summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/templates/registration/password_reset_done.html
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_openid_provider/templates/registration/password_reset_done.html')
-rw-r--r--baserock_openid_provider/templates/registration/password_reset_done.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/baserock_openid_provider/templates/registration/password_reset_done.html b/baserock_openid_provider/templates/registration/password_reset_done.html
new file mode 100644
index 00000000..6057ccbe
--- /dev/null
+++ b/baserock_openid_provider/templates/registration/password_reset_done.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+<p>{% trans "Email with password reset instructions has been sent." %}</p>
+{% endblock %}