From 6b6a3163a5aa9af3119bfb0edccbd60b8bdb7612 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 1 Sep 2022 22:09:00 +0200 Subject: [PATCH] fix award modal on mobile --- files/templates/award_modal.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 1e511de6b..77b53e884 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -18,11 +18,13 @@
{{award.owned}} owned
{% endfor %} - - -
 
-
 
-
+ {% if not v.house %} + + +
 
+
 
+
+ {% endif %}