blob: e91ff731615e9bb6033b8d8053f588450a568d75 (
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 %}
|