summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/templates/registration/password_change_done.html
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_openid_provider/templates/registration/password_change_done.html')
-rw-r--r--baserock_openid_provider/templates/registration/password_change_done.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/baserock_openid_provider/templates/registration/password_change_done.html b/baserock_openid_provider/templates/registration/password_change_done.html
deleted file mode 100644
index 659be0a4..00000000
--- a/baserock_openid_provider/templates/registration/password_change_done.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block content %}
-<p>{% trans "Password changed" %}</p>
-{% endblock %}