From f3e832a44e4c2562de9bd5a80e444d5d6c3cc6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20=C5=81opata?= Date: Sat, 4 Feb 2023 04:09:10 +0100 Subject: [PATCH] =?UTF-8?q?Prze=C5=9Blij=20pliki=20do=20'templates'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/koszyk.html | 29 ++++++++++++++++++++++------- templates/login.html | 27 +++++++++++++++++++++++++++ templates/productDescription.html | 27 +++++++++++++++++++++------ templates/profileHome.html | 25 ++++++++++++++++++++----- templates/register.html | 29 ++++++++++++++++++++++++++++- 5 files changed, 118 insertions(+), 19 deletions(-) diff --git a/templates/koszyk.html b/templates/koszyk.html index 3e74610..b0c5fbc 100644 --- a/templates/koszyk.html +++ b/templates/koszyk.html @@ -10,10 +10,26 @@ -
- - -
+ + + + + + + + + + + + + + + + + + + +
@@ -29,7 +45,6 @@ {% endfor %}
- Cena całkowita : ${{totalPrice}} + Cena całkowita : {{totalPrice}}zł
diff --git a/templates/login.html b/templates/login.html index 3ed7b7c..68235c6 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,8 +1,35 @@ First flask app + + +
+ + + + + + + + + + + + + + + + + + + + + + + +

{{Błąd}}

Email:

diff --git a/templates/productDescription.html b/templates/productDescription.html index 7a3dd67..b0b71c0 100644 --- a/templates/productDescription.html +++ b/templates/productDescription.html @@ -10,10 +10,26 @@ - - - -
+ + + + + + + + + + + + + + + + + + + +
@@ -29,7 +45,6 @@