pytask/templates/registration/password_change_done.html
changeset 317 cc5b6f4ed823
parent 307 c6bca38c1cbf
equal deleted inserted replaced
316:09178605d59e 317:cc5b6f4ed823
     1 {% extends "base.html" %}
     1 {% extends "base.html" %}
     2 {% load i18n %}
     2 {% load i18n %}
     3 {% block userlinks %}{% url django-admindocs-docroot as docsroot %}{% if docsroot %}<a href="{{ docsroot }}">{% trans 'Documentation' %}</a> / {% endif %}{% trans 'Change password' %} / <a href="../../logout/">{% trans 'Log out' %}</a>{% endblock %}
       
     4 {% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">{% trans 'Home' %}</a> &rsaquo; {% trans 'Password change' %}</div>{% endblock %}
       
     5 
     3 
     6 {% block title %}{% trans 'Password change successful' %}{% endblock %}
     4 {% block title %}{% trans 'Password change successful' %}{% endblock %}
     7 
     5 
     8 {% block content %}
     6 {% block content %}
     9 
     7