From 03cccbae02a3cbeb68527af422601e312b92bddc Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 19 Mar 2022 16:10:04 +0200 Subject: [PATCH] fdg --- files/templates/shop.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/templates/shop.html b/files/templates/shop.html index 5b898519a..8af1ab488 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -55,11 +55,12 @@ Price Owned Buy + Description {% for a in awards %} - + {{a['title']}} {% if a['baseprice'] != a['price'] %} @@ -74,6 +75,9 @@ {% if a['kind'] != "benefactor" %}Buy with coins{% endif %} {% if a['kind'] != "grass" %}Buy with marseybux{% endif %} + + {{a['description']}} + {% endfor %}