aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_reset_complete.html')
-rw-r--r--templates/registration/password_reset_complete.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/registration/password_reset_complete.html b/templates/registration/password_reset_complete.html
new file mode 100644
index 0000000000..ef3637c709
--- /dev/null
+++ b/templates/registration/password_reset_complete.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+
+<p>{% trans "Password reset successfully" %}</p>
+
+<p><a href="{% url auth_login %}">{% trans "Log in" %}</a></p>
+
+{% endblock %}