From e56b26146ad8bb583951b4869a7d99bcf3f35b5e Mon Sep 17 00:00:00 2001 From: Tiago vasconcelos Date: Wed, 20 Jul 2022 11:47:03 +0100 Subject: [PATCH] toolbar --- .../templates/diagonalley/stall.html | 208 ++++++++++-------- 1 file changed, 114 insertions(+), 94 deletions(-) diff --git a/lnbits/extensions/diagonalley/templates/diagonalley/stall.html b/lnbits/extensions/diagonalley/templates/diagonalley/stall.html index 640a2428..a7a4ddca 100644 --- a/lnbits/extensions/diagonalley/templates/diagonalley/stall.html +++ b/lnbits/extensions/diagonalley/templates/diagonalley/stall.html @@ -1,101 +1,116 @@ {% extends "public.html" %} {% block page %} -
-
- +
+
+ +
+ {{ stall.name }} +
+
+ + + +
+ +
- - -
{{ item.product }}
-
{{ item.description }}
+ +
+
+ Special Price +
+ {{ item.price }} satsBTC {{ (item.price / 1e8).toFixed(8) }} + {{item.quantity}} left +
+
+ {{cat}} +
+
+ {{ item.description }} +
- {{ lorem }} + + + + + View details + + {% endraw %}
-
--> + {% endblock %} {% block scripts %} -{% endblock %} +{% endblock %}