regluit/frontend/templates/registration/password_reset_complete.html

8 lines
315 B
HTML

{% extends "registration/registration_base.html" %}
{% block title %}Password reset complete{% endblock %}
{% block doccontent %}
<div id="registration">
Your password has been reset! {% if not request.user.is_authenticated %} You may now <a href="{{ login_url }}">log in</a>. {% endif %}
</div>
{% endblock %}