From 9c903176b111ec8439f0ae7e75f575e1a9833eb8 Mon Sep 17 00:00:00 2001 From: starnakin Date: Sun, 12 Feb 2023 21:54:29 +0100 Subject: [PATCH] add the first version groceries_list page --- templates/connected.html | 1 - templates/grocery.html | 71 ++++++++++++++++++++++++++++++++++++++++ templates/login.html | 1 - 3 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 templates/grocery.html diff --git a/templates/connected.html b/templates/connected.html index 26e0556..b3caf68 100644 --- a/templates/connected.html +++ b/templates/connected.html @@ -6,7 +6,6 @@

connected

-

Welcome to FlaskApp!

diff --git a/templates/grocery.html b/templates/grocery.html new file mode 100644 index 0000000..f132a1e --- /dev/null +++ b/templates/grocery.html @@ -0,0 +1,71 @@ + + +
+ {{name}} +
+ +
+ + + + + + + + + {% for article in articles %} + + + + + {% endfor %} + + + + +
AchetéNomQuantitéPrix
+ + + + + + + +
+ + + +
+
+ + + diff --git a/templates/login.html b/templates/login.html index e6edd33..c3a8ee3 100644 --- a/templates/login.html +++ b/templates/login.html @@ -4,7 +4,6 @@ - Beyond School