forked from rDrama/rDrama
1
0
Fork 0

fix catalog view not working while logged-out

master
Aevann1 2022-06-23 23:46:31 +02:00
parent 80db653d3f
commit b965666c2d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<link rel="stylesheet" href="/assets/css/awards.css?v=11">
{% endif %}
{% if request.path == '/catalog' %}
{% if request.path.endswith('/catalog') %}
<link rel="stylesheet" href="/assets/css/catalog.css?v=1">
{% endif %}