forked from DGNum/gestioCOF
b0b0542407
- Deprecation warnings using Django 1.8 are resolved. - Deprecation warnings using Django 1.11 are resolved. - Admin: grappelli is no longer used. - Upgrade to django-autocomplete-light v3 (v2 is not 1.11 compatible). * autocomplete.modelform_factory being dropped, code uses dal Select2 views and widgets.
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 %}
|