{% extends "base.html" %} {% load i18n %} {% block title %} {% translate "Password set successfully" %} {% endblock %} {% block content %}

{% translate "Password set successfully" %}

{% translate "Your password has been set. You may go ahead and log in now." %}

{% translate "Login" %} {% endblock %}