forked from DGNum/gestioCOF
5aff771d9c
- `cof` is renamed `gestioCOF` - `gestioncof` become `cof` (yes it looks pretty stupid but it is not) - `bds` is created
9 lines
256 B
HTML
9 lines
256 B
HTML
{% extends "base_title.html" %}
|
|
|
|
{% block homelink %}
|
|
{% endblock %}
|
|
|
|
{% block realcontent %}
|
|
<h2>Mot de passe modifié avec succès !</h2>
|
|
<h3><a href="{% url "cof.views.home" %}">Retour au menu principal</a></h3>
|
|
{% endblock %}
|