ability to reset email address without logging in
[mygpo.git] / mygpo / web / templates / password_reset.html
blob898e935d5b4f503babc34aa59280f78a47cbae11
1 {% extends "base.html" %}
2 {% load i18n %}
4 {% block title %}{% trans "Password reset" %}{% endblock %}
6 {% block content %}
7 <h1>{% trans "Your password has been reset" %}</h1>
9 <p>{% blocktrans %}You should have received an mail with your new password. Please <a href="/login">log in</a> now.{% endblocktrans %}</p>
11 {% endblock %}