github.com/blystad/deis@v0.11.0/controller/web/templates/account/password_reset_from_key_done.html (about) 1 {% extends "account/base.html" %} 2 3 {% load url from future %} 4 {% load i18n %} 5 {% block head_title %}{% trans "Change Password" %}{% endblock %} 6 7 {% block content %} 8 <h1>{% trans "Change Password" %}</h1> 9 <p>{% trans 'Your password is now changed.' %}</p> 10 {% endblock %}