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

{% trans "Change Password" %}

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

{% trans 'Click here to Login'%}

{% endblock content %}