From 68918ea4a9a1c84e8b384a9b910f2b7410e09121 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 18 Aug 2022 22:48:14 +0200 Subject: [PATCH] specify height for treasure images --- files/templates/comments.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 04cd23000..42c188f0c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -235,13 +235,13 @@ {% if c.treasure_amount and c.treasure_amount != '0' %} {% if c.treasure_amount.startswith('l') %} - treasure + treasure Found {{c.treasure_amount.replace('l', '')}} Lottershe Tickets! {% elif '-' in c.treasure_amount %} - treasure + treasure A Mimic Ate {{c.treasure_amount.replace('-', '')}} Coins! {% else %} - treasure + treasure Found {{c.treasure_amount}} Coins! {% endif %} {% endif %}