forked from CGM_Public/pretix_original
Include lightbox in main.scss file
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
<html{% if rtl %} dir="rtl" class="rtl"{% endif %}>
|
||||
<head>
|
||||
<title>{% block thetitle %}{% endblock %}</title>
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" type="text/x-scss" href="{% static "lightbox/css/lightbox.scss" %}" />
|
||||
{% endcompress %}
|
||||
{% if css_file %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ css_file }}" />
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user