From a6dfb04647470ab8243c1f8b2928df773e4875d0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 30 Aug 2022 06:57:57 +0200 Subject: [PATCH] add tabs in shop.html --- files/templates/shop.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/templates/shop.html b/files/templates/shop.html index 7b822a4b4..7824c2180 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -72,9 +72,11 @@ {{a['title']}} {% if a['baseprice'] != a['price'] %} - {{a['baseprice']}} {{a['price']}} + + {{a['baseprice']}} {{a['price']}} + {% else %} - {{a['price']}} + {{a['price']}} {% endif %} {{a['owned']}} {% set kind = a['kind'] %}