From 9845179f64325af1dc7c6a1011c1a773f470fae0 Mon Sep 17 00:00:00 2001 From: Antoine Waehren Date: Fri, 3 Dec 2021 01:03:18 +0100 Subject: [PATCH 1/2] Finalisation temp sauveteur. --- static/style.css | 6 +++--- templates/sauveteur.html | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index 4314d64..84f2a2e 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ table, tr, td { font-weight: bold; } -.article { +.flexbox { display: flex; } @@ -24,7 +24,7 @@ table, tr, td { background-color: #dfcba8; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); - margin-top:calc(-50vw + 50%); + margin-top: calc(-50vw + 50%); display: flex; align-items: center; padding-top: 5px; @@ -35,7 +35,7 @@ table, tr, td { background-color: #dfcba8; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); - margin-top:calc(-50vw + 50%); + margin-top: calc(-50vw + 50%); padding-top: 5px; padding-bottom: 5px; } diff --git a/templates/sauveteur.html b/templates/sauveteur.html index c869a42..64b6e2e 100644 --- a/templates/sauveteur.html +++ b/templates/sauveteur.html @@ -19,13 +19,14 @@ description Sauveuteurs du dunkerquois
+ Proposer une modification

{{nom}} {{prenom}}

-
-

{{description}}Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus.

+
+

{{description}}

From 77232cfff8308e909e92080c67984c85359a6c83 Mon Sep 17 00:00:00 2001 From: Antoine Waehren Date: Fri, 3 Dec 2021 01:09:48 +0100 Subject: [PATCH 2/2] Ajout de variables sauveteur. --- templates/sauveteur.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/sauveteur.html b/templates/sauveteur.html index 64b6e2e..fab59a9 100644 --- a/templates/sauveteur.html +++ b/templates/sauveteur.html @@ -2,6 +2,8 @@