pkmntrade.club/templates/account/password_reset_from_key_done.html
2025-02-26 00:17:06 -08:00

9 lines
No EOL
227 B
HTML

{% extends '_base.html' %}
{% load crispy_forms_tags %}
{% block title %}Change Password Done{% endblock title %}
{% block content %}
<h1>Password Change Done</h1>
<p>Your password has been changed.</p>
{% endblock content %}