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

{% trans "Change Password" %}

{% trans 'Your password is now changed.' %}

{% endblock content %}