Skip to content

Commit 2382bca

Browse files
committed
Restrict CSH games to CSH Only
1 parent 7f39f75 commit 2382bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/catalog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
block content %}
33
<div class="card-wrapper">
44
{% for i in range(0,gamelist|length) %}
5-
{% if gamelist[i].id != "31cb96a8-b061-4381-a433-dd78550d4b3c" %}
5+
{% if "CSH Only" not in gamelist[i].tags|map(attribute="name") or current_user.user_type == "CSH" %}
66
{{ gamecard(gamelist[i]) }}
77
{% endif %}
88
{% endfor %}

0 commit comments

Comments
 (0)