forked from rDrama/rDrama
1
0
Fork 0

add nocss parameter to holes

master
Aevann1 2022-09-02 19:03:42 +02:00
parent a1a84670a0
commit 906c21acc4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<link rel="stylesheet" href="{{asset('css/catalog.css')}}">
{% endif %}
{% if sub and sub.css and not request.path.endswith('settings') %}
{% if sub and sub.css and not request.path.endswith('settings') and not request.values.get('nocss') %}
<link rel="stylesheet" href="/h/{{sub.name}}/css" type="text/css">
{% endif %}