We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f39f75 commit 2382bcaCopy full SHA for 2382bca
src/templates/catalog.html
@@ -2,7 +2,7 @@
2
block content %}
3
<div class="card-wrapper">
4
{% for i in range(0,gamelist|length) %}
5
- {% if gamelist[i].id != "31cb96a8-b061-4381-a433-dd78550d4b3c" %}
+ {% if "CSH Only" not in gamelist[i].tags|map(attribute="name") or current_user.user_type == "CSH" %}
6
{{ gamecard(gamelist[i]) }}
7
{% endif %}
8
{% endfor %}
0 commit comments