Changement de mode d'inscription
This commit is contained in:
parent
16b75820b3
commit
2140fcc7ee
4 changed files with 7 additions and 20 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
{% block content %}
|
||||
<h2>Inscription d'un nouvel Ernestophoniste</h2>
|
||||
|
||||
<p>Entrez dans le champ validation le mot de passe donné par les chef-fe-s</p>
|
||||
{% if error %}
|
||||
<p>{{ error }}</p>
|
||||
{% endif %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% 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>
|
||||
{% block content %}<p> Merci pour votre inscription.</p>
|
||||
{% if error %}<p>{{ error }}</p>{% endif %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue