summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/templates/registration/password_reset_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_openid_provider/templates/registration/password_reset_complete.html')
-rw-r--r--baserock_openid_provider/templates/registration/password_reset_complete.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/baserock_openid_provider/templates/registration/password_reset_complete.html b/baserock_openid_provider/templates/registration/password_reset_complete.html
deleted file mode 100644
index 55993e85..00000000
--- a/baserock_openid_provider/templates/registration/password_reset_complete.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% 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 %}