forum/src/templates/registration/password_reset_complete.html
2022-07-20 15:15:48 -06:00

8 lines
141 B
HTML
Executable File

{% extends 'base.html' %}
{% block content %}
<article class="panel">
<p>Password was reset successfully.</p>
</article>
{% endblock %}