From 2c1173cb507ef2754061507e9c32401d9e8c84b6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 29 Oct 2023 00:17:44 +0300 Subject: [PATCH] show discount in award modal tooltips --- files/templates/modals/award.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/modals/award.html b/files/templates/modals/award.html index 5f3dc42f3..d686c2527 100644 --- a/files/templates/modals/award.html +++ b/files/templates/modals/award.html @@ -22,7 +22,7 @@ {% macro iterate_awards(awards) %} {% for award in awards %} {% set price = (award.price*v.award_discount)|int %} -
+
{{award.title}}
{{award.owned}}