ernestophone.ens.fr/templates/gestion/thanks.html

6 lines
202 B
HTML
Raw Normal View History

2015-03-17 19:03:51 +01:00
{% extends "base.html" %}
{% block titre %}L'Ernestophone - Inscription{% endblock %}
2015-03-28 19:18:14 +01:00
{% block content %}<p> Merci pour votre inscription.</p>
{% if error %}<p>{{ error }}</p>{% endif %}
{% endblock %}