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'] %}