regluit/frontend/templates/registration/password_change_done.html

13 lines
356 B
HTML

{% extends "registration/registration_base.html" %}
{% block title %}Password changed{% endblock %}
{% block doccontent %}
<div id="registration">
<div>
<h3>Password successfully changed!</h3>
Please write it down in a safe place.
</div><br /><br />
<a href="/" class="nounderline"><p class="actionbutton">Back to my account</p></a>
</div>
{% endblock %}