summaryrefslogtreecommitdiff
path: root/fossee_manim/templates/registration/password_change_done.html
diff options
context:
space:
mode:
authorAkshen2019-05-14 11:54:45 +0530
committerGitHub2019-05-14 11:54:45 +0530
commite81af85e2427f70ad1f2055d8d9f17f00690693f (patch)
treefd8fe45f02917aeeb6331bfeb8e1fce7b50721a7 /fossee_manim/templates/registration/password_change_done.html
parentcf1fa8db2247fe7ad85cd87a52fb778274db8850 (diff)
parentdf1bca4647a456291851c596c39dc96a438913de (diff)
downloadFOSSEE_animations-e81af85e2427f70ad1f2055d8d9f17f00690693f.tar.gz
FOSSEE_animations-e81af85e2427f70ad1f2055d8d9f17f00690693f.tar.bz2
FOSSEE_animations-e81af85e2427f70ad1f2055d8d9f17f00690693f.zip
Merge pull request #10 from Akshen/develop
Minor Updates
Diffstat (limited to 'fossee_manim/templates/registration/password_change_done.html')
-rw-r--r--fossee_manim/templates/registration/password_change_done.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/fossee_manim/templates/registration/password_change_done.html b/fossee_manim/templates/registration/password_change_done.html
new file mode 100644
index 0000000..93b93cb
--- /dev/null
+++ b/fossee_manim/templates/registration/password_change_done.html
@@ -0,0 +1,19 @@
+{% extends "base.html" %}
+
+{% block pagetitle %}
+ Password change successful
+{% endblock %}
+
+{% block script %}
+<script type="text/javascript">
+ window.setTimeout(function()
+ {
+ location.href="{{ URL_ROOT }}/login/"
+ }, 3000);
+</script>
+{% endblock %}
+
+{% block content %}
+ <h3>Your password has been changed successfully.</h3>
+ <h4>Redirecting ...</h4>
+{% endblock %} \ No newline at end of file