1aed36330f
- Proper use of include - Defining namespaces (I do not use them for now because many urls are going to change) - Do not try to reverse with old-style references: 'cof.views.XXX'
9 lines
246 B
HTML
9 lines
246 B
HTML
{% extends "base_title.html" %}
|
|
|
|
{% block homelink %}
|
|
{% endblock %}
|
|
|
|
{% block realcontent %}
|
|
<h2>Mot de passe modifié avec succès !</h2>
|
|
<h3><a href="{% url "home" %}">Retour au menu principal</a></h3>
|
|
{% endblock %}
|