Fixed that lightbox.css has not been compressed

This commit is contained in:
Raphael Michel
2016-03-19 16:18:16 +01:00
parent 4272959ba7
commit 1e96617d1c
2 changed files with 1 additions and 1 deletions

View File

@@ -6,6 +6,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/less" href="{% static "pretixpresale/less/main.less" %}" />
{% endcompress %}
{% compress js %}