remove gevent monkey-patch from feed-downloader
[mygpo.git] / mygpo / web / templates / password_reset_failed.html
blobedde200ab77118d48ce4c1970cc3f44ae008b600
1 {% extends "base.html" %}
2 {% load i18n %}
4 {% block title %}{% trans "Password could not be reset" %}{% endblock %}
6 {% block header %}
7 <h1>{% trans "Your password could not be reset" %}</h1>
8 {% endblock %}
11 {% block content %}
12 <p>{% blocktrans %}Unfortunately we were not able to reset your password.{% endblocktrans %}</p>
13 {% endblock %}