mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fixed that lightbox.css has not been compressed
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>{% block thetitle %}{% endblock %}</title>
|
<title>{% block thetitle %}{% endblock %}</title>
|
||||||
{% compress css %}
|
{% 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" %}" />
|
<link rel="stylesheet" type="text/less" href="{% static "pretixpresale/less/main.less" %}" />
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
{% compress js %}
|
{% compress js %}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
@import "../../bootstrap/less/bootstrap.less";
|
@import "../../bootstrap/less/bootstrap.less";
|
||||||
@import "../../fontawesome/less/font-awesome.less";
|
@import "../../fontawesome/less/font-awesome.less";
|
||||||
@import "../../lightbox/css/lightbox.css";
|
|
||||||
@fa-font-path: "../../fontawesome/fonts";
|
@fa-font-path: "../../fontawesome/fonts";
|
||||||
@import "../../pretixbase/less/colors.less";
|
@import "../../pretixbase/less/colors.less";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user