web/ldt/user/templates/registration/password_reset_complete.html
changeset 5 ae8593287883
parent 0 ecdfc63274bf
equal deleted inserted replaced
4:7c994c98d1df 5:ae8593287883
       
     1 {% extends "registration/base.html" %}
       
     2 {% load i18n %}
       
     3 
       
     4 {% block breadcrumb %}
       
     5     <li></li>
       
     6     <li>{% trans 'Password reset' %}</li>
       
     7 {% endblock %}
       
     8 
       
     9 {% block content_title %}{% trans 'Password reset complete' %}{% endblock %}
       
    10 {% block iricontent %}
       
    11 
       
    12 <p>{% trans "Your password has been set.  You may go ahead and log in now." %}</p>
       
    13 
       
    14 <p><a href="{{ login_url }}">{% trans 'Log in' %}</a></p>
       
    15 
       
    16 {% endblock %}