From ad298b90e76bc5e41dc90ed69b75720aaa0d0471 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 20 Sep 2022 20:46:41 +0200 Subject: [PATCH] fix award modal on mobile --- files/templates/award_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 73468f32ad..37627f5499 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -18,7 +18,7 @@
{{award.owned}} owned
{% endfor %} - {% if not v.user_award|length % 2 %} + {% if v.user_awards|length % 2 %}