a5663077b786b769a2df6d449375eca2ec4ee0f3
[myslice.git] / ui / templates / registration / password_reset_complete.html
1 {% extends "layout-unfold1.html" %}
2 {% load i18n %}
3
4 {% block unfold_main %}
5
6
7 {% block content %}
8
9 <h1>{% trans 'Password reset complete' %}</h1>
10
11 <p>{% trans "Your password has been set.  You may go ahead and log in now." %}</p>
12
13 <p><a href="{{ login_url }}">{% trans 'Log in' %}</a></p>
14
15 {% endblock %}
16 {% endblock %}
17