{% extends "base.html" %} {% load i18n %} {% load allauth %} {% block head_title %} {% trans "Change Password" %} {% endblock head_title %} {% block content %}

Reset Password

{% element h1 %} {% trans "Change Password" %} {% endelement %} {% element p %} {% trans 'Your password is now changed.' %} {% endelement %}
{% endblock content %}