kpsul/templates/registration/password_change_done.html
2016-05-21 23:57:36 +02:00

10 lines
263 B
HTML

{% extends "base_title.html" %}
{% block homelink %}
{% endblock %}
{% block realcontent %}
<h2>Mot de passe modifié avec succès !</h2>
<h3><a href="{% url "gestioncof.views.home" %}">Retour au menu principal</a></h3>
{% endblock %}