Merge branch 'master' of ssh://git.onelab.eu/git/myslice
[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 <h2>{% trans 'OneLab secured Password reset wizard' %}</h2>
10 <h3>{% trans 'Password reset successful' %}</h3>
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 %}
17 {% endblock %}
18