summaryrefslogtreecommitdiff
path: root/fossee_manim/templates/registration/password_reset_done.html
diff options
context:
space:
mode:
Diffstat (limited to 'fossee_manim/templates/registration/password_reset_done.html')
-rw-r--r--fossee_manim/templates/registration/password_reset_done.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/fossee_manim/templates/registration/password_reset_done.html b/fossee_manim/templates/registration/password_reset_done.html
index e91ff73..c1f0e84 100644
--- a/fossee_manim/templates/registration/password_reset_done.html
+++ b/fossee_manim/templates/registration/password_reset_done.html
@@ -1,14 +1,14 @@
{% extends "registration/base.html" %}
{% block title %}
- Password reset successful
+Password reset successful
{% endblock %}
{% block content %}
- <div class="container">
+<div class="container">
<br>
- <h3>Instruction for setting new password has been mailed
- to your registered email address
+ <h3>Instruction for setting new password has been mailed
+ to your registered email address
</h3>
- </div>
+</div>
{% endblock %} \ No newline at end of file