blob: c1f0e845eb7514d49a5dbe9f487bcaf57802289d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{% extends "registration/base.html" %}
{% block title %}
Password reset successful
{% endblock %}
{% block content %}
<div class="container">
<br>
<h3>Instruction for setting new password has been mailed
to your registered email address
</h3>
</div>
{% endblock %}
|