Skip to content

Commit

Permalink
Display all activated Games in overview
Browse files Browse the repository at this point in the history
  • Loading branch information
V1TA5 authored Apr 8, 2023
1 parent 9f05e5b commit e6a0789
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ <h3>Games</h3>
<div class="container">
<div class="row">
{%- for game in games -%}
{%- if game.mod_count() > 0 -%}
{% include "game-box.html" %}
{%- endif -%}
{%- endfor -%}
</div>
</div>
Expand Down

0 comments on commit e6a0789

Please sign in to comment.