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

5 lines
262 B
HTML

{% 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 %}