ability to reset email address without logging in
[mygpo.git] / mygpo / web / templates / password_reset_failed.html
blob13e7ae74272b781796efae296538957b53d4ce2f
1 {% extends "base.html" %}
2 {% load i18n %}
4 {% block title %}{% trans "Password could not be reset" %}{% endblock %}
6 {% block content %}
7 <h1>{% trans "Your password could not be reset" %}</h1>
9 <p>{% blocktrans %}Unfortunately we were not able to reset your password.{% endblocktrans %}</p>
11 {% endblock %}