forked from MarseyWorld/MarseyWorld
add nocss parameter to holes
parent
a1a84670a0
commit
906c21acc4
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue