diff options
author | Alban Gruin | 2018-01-18 12:06:45 +0100 |
---|---|---|
committer | Alban Gruin | 2018-01-18 12:09:03 +0100 |
commit | b1e5d205e37a2c0a5d4f42afe0bdce9e0fbf97dd (patch) | |
tree | 0ef63f4e428dec759b3cd907e884d2e9267c4687 /templates | |
parent | 85112aafbcfe684b8b4d4fa2a47fd6cc2dcd2e25 (diff) |
Modification de la gestion du formulaire qsjps
Renommage de la template contenant le formulaire
Diffstat (limited to 'templates')
-rw-r--r-- | templates/qsjps_form.html (renamed from templates/form_qsjps.html) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/form_qsjps.html b/templates/qsjps_form.html index 3a9bcf8..bc5e363 100644 --- a/templates/form_qsjps.html +++ b/templates/qsjps_form.html @@ -1,6 +1,6 @@ {% extends "index.html" %} -{% block title %}QSJPS – {% endblock %} +{% block title %}Trouver une salle – {% endblock %} {% block body %} <h3>Trouver une salle</h3> |