user settings
[wolnelektury.git] / wolnelektury / templates / account / password_reset_done.html
diff --git a/wolnelektury/templates/account/password_reset_done.html b/wolnelektury/templates/account/password_reset_done.html
new file mode 100644 (file)
index 0000000..9447109
--- /dev/null
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block titleextra %}{% trans "Password Reset" %}{% endblock %}
+
+{% block body %}
+    <h1>{% trans "Password Reset" %}</h1>
+    <p class="normal-text">{% trans "We have sent you an e-mail. You should receive it within a few minutes." %}</p>
+{% endblock %}