diff options
author | Alban Gruin | 2018-01-17 12:34:11 +0100 |
---|---|---|
committer | Alban Gruin | 2018-01-17 12:43:02 +0100 |
commit | a2fcd4c7c42b6c02ff8ff7dac4aa23b3d17407de (patch) | |
tree | 8316d0f78e4e9b73a014af7596357edb003446e0 /templates | |
parent | b55297c4d0de64501a6baf3b1f255210de492e97 (diff) |
Base du formulaire de QSJPS
Diffstat (limited to 'templates')
-rw-r--r-- | templates/form_qsjps.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/form_qsjps.html b/templates/form_qsjps.html new file mode 100644 index 0000000..2d97a89 --- /dev/null +++ b/templates/form_qsjps.html @@ -0,0 +1,10 @@ +{% extends "index.html" %} + +{% block title %}QSJPS – {% endblock %} + +{% block body %} + <form action="{% url "qsjps" %}" method="post"> + {{ form }} + <input type="submit" value="Trouver une salle" /> + </form> +{% endblock %} |