From 66a3e38cc085dc000776d3e2ad3acd7ef57068a3 Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Tue, 16 Jun 2020 00:32:10 +0200 Subject: =?UTF-8?q?Ajout=20de=20la=20FAQ,=20correction=20de=20bugs.=20Meil?= =?UTF-8?q?leure=20requ=C3=AAte=20de=20courbe.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 1 + templates/faq.html | 30 ++++++++++++++++++++++++++++++ templates/index.html | 8 ++++++-- 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 templates/faq.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 571292f..20e1dd5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -33,6 +33,7 @@ diff --git a/templates/faq.html b/templates/faq.html new file mode 100644 index 0000000..301f5d7 --- /dev/null +++ b/templates/faq.html @@ -0,0 +1,30 @@ +{% extends "base.html" %} +{% block contenu %} +

Foire Aux Questions

+ +
+ +
+ +
+{% for i in range(lcateg|length) %} +{% set qr = tableqr[i] %} + +

{{ lcateg[i] }}

+ + + +{% endfor %} +
+ + +{% endblock %} diff --git a/templates/index.html b/templates/index.html index f9de4a5..3d81e3e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -55,7 +55,7 @@ Position :
- +
@@ -85,6 +85,10 @@ Position :