Fix remaining time

This commit is contained in:
2024-08-21 05:48:54 +02:00
parent 2c70897647
commit 426a499300
4 changed files with 12 additions and 5 deletions

View File

@ -15,14 +15,14 @@
</div>
</h2>
{% for campaign in reward_campaigns %}
{% render_campaign campaign %}
{% render_campaign campaign %} {# Stored in /core/templatetags/campaign_tags.py #}
{% endfor %}
<h2>
Drop campaigns -
<div class="d-inline text-muted ">{{ games.count }} game{{ games.count|pluralize }}</div>
</h2>
{% for game in games %}
{% render_game_card game %}
{% render_game_card game %} {# Stored in /core/templatetags/game_tags.py #}
{% endfor %}
</div>
</div>