From f35ae605d6f2b0b645eac2eba5b111fd55f23cbe Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 14 Jul 2023 16:18:38 +0300 Subject: [PATCH] Revert "remove the stack limit and see what happens" This reverts commit 8ca6e9d0da9587ee60053324727e69e136ce5195. --- files/templates/awards.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/awards.html b/files/templates/awards.html index cbe103299..e49997bbd 100644 --- a/files/templates/awards.html +++ b/files/templates/awards.html @@ -1,7 +1,7 @@
{% macro stackable_award(award, src, alt) %}
- {% for i in range(p.award_count(award, v)) %} + {% for i in range(min(p.award_count(award, v), 4)) %}
{{alt}}