summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/registration/password_change_done.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-07-07 16:08:55 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-07-07 16:11:13 +0200
commit094fe62c11afbfbb87af0c320935f816ef8a758e (patch)
treec8d97c3bc9e44727ab451d35886423064f29d3a9 /ishtar_common/templates/registration/password_change_done.html
parent746a7350b5c2373ebc83b6b54b3d6f53cee61c27 (diff)
downloadIshtar-094fe62c11afbfbb87af0c320935f816ef8a758e.tar.bz2
Ishtar-094fe62c11afbfbb87af0c320935f816ef8a758e.zip
💄 update password form: improve layout - redirect to start page
Diffstat (limited to 'ishtar_common/templates/registration/password_change_done.html')
-rw-r--r--ishtar_common/templates/registration/password_change_done.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/ishtar_common/templates/registration/password_change_done.html b/ishtar_common/templates/registration/password_change_done.html
deleted file mode 100644
index 9d442360c..000000000
--- a/ishtar_common/templates/registration/password_change_done.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block content %}
-<div class='info'>
-<p>{% trans "Password changed" %}</p>
-</div>
-{% endblock %}