Commit | Line | Data |
---|---|---|
932eef9a AJ |
1 | {% extends "container_base.html" %} |
2 | ||
3 | {% block contenu %} | |
4 | <form method="post"> | |
5 | <h2>Informations générales</h2> | |
6 | {% with personne_form as form %} | |
7 | {% include "table_form.html" %} | |
8 | {% endwith %} | |
9 | {% with chercheur_form as form %} | |
10 | {% include "table_form.html" %} | |
11 | {% endwith %} | |
12 | <p class="Nav"> | |
13 | <input type="submit" name="Submit" value="Inscription" class="bouton" /> | |
14 | </p> | |
15 | </form> | |
16 | {% endblock %} |