Merge branch 'master' of ssh://git.onelab.eu/git/myslice
[myslice.git] / ui / templates / registration / password_reset_done.html
1 {% extends "layout-unfold1.html" %}
2 {% load i18n %}
3
4 {% block unfold_main %}
5
6 {% block content %}
7
8 <h2>{% trans 'Onelab secured Password reset wizard' %}</h2>
9
10 <p>{% trans "We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly." %}</p>
11
12 {% endblock %}
13 {% endblock %}
14