From 44483fad6a44ff7d931999ebaf6f29bfee657a11 Mon Sep 17 00:00:00 2001 From: "theo@manjaro" Date: Thu, 12 May 2022 16:58:13 +0200 Subject: [PATCH] Style du menu des departements --- templates/base.html | 62 ++++++++++++++++++++++++++++---------- templates/dept-select.html | 22 ++++++++------ 2 files changed, 59 insertions(+), 25 deletions(-) diff --git a/templates/base.html b/templates/base.html index a1800eb..3abdbad 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -
UniSquat
+
UniSquat
\ No newline at end of file + diff --git a/templates/dept-select.html b/templates/dept-select.html index 684ea39..f9624cd 100644 --- a/templates/dept-select.html +++ b/templates/dept-select.html @@ -9,16 +9,20 @@ {% include "base.html" %}
- Sélectionnez des départements dans la liste : + +

Sélectionnez des départements dans la liste :

- -
- {% for d in dept_list : %} -
- - -
- {% endfor %} +
+ +
+
+ {% for d in dept_list : %} +
+ + +
+ {% endfor %} +