Disable CssAbsoluteFilter

This commit is contained in:
Raphael Michel
2017-05-24 10:08:59 +02:00
parent 5cea3d824a
commit 24b1d2afcb
3 changed files with 9 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
<head>
<title>{% block thetitle %}{% endblock %}</title>
{% compress css %}
<link rel="stylesheet" type="text/css" href="{% static "lightbox/css/lightbox.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 }}"/>