musik/base/templates/registration/password_change_form.html

8 lines
233 B
HTML

{% extends "base.html" %}
{% load form %}
{% block content %}
<h1>
<i class="ri-lock-password-line"></i> Changer mon mot de passe
</h1>
{% form form submit="Changer mon mot de passe" %}
{% endblock content %}