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

6 lines
262 B
HTML
Raw Normal View History

2015-03-17 19:03:51 +01:00
{% extends "base.html" %}
{% block titre %}L'Ernestophone - Inscription{% endblock %}
{% block content %}<p> Merci pour votre inscription. Votre compte sera bientôt activé par un-e chef-fe fanfare</p>
{% if error %}<p>{{ error }}</p>{% endif %}
{% endblock %}