Skip to content

Commit c4e488c

Browse files
committed
Drop django-compressor
1 parent 3cf931e commit c4e488c

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

pretalx_venueless/templates/pretalx_venueless/settings.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{% extends "orga/base.html" %}
2-
{% load compress %}
2+
33
{% load copyable %}
44
{% load i18n %}
55
{% load static %}
6+
7+
68
{% block scripts %}
7-
{% compress js %}
8-
<script defer src="{% static "pretalx_venueless/settings.js" %}"></script>
9-
{% endcompress %}
10-
{% endblock %}
9+
<script defer src="{% static "common/js/ui/copy.js" %}"></script>
10+
<script defer src="{% static "pretalx_venueless/settings.js" %}"></script>
11+
{% endblock scripts %}
12+
13+
{% block stylesheets %}
14+
<link rel="stylesheet" href="{% static "common/css/ui/tooltip.css" %}" />
15+
{% endblock stylesheets %}
16+
1117
{% block content %}
1218
{% if connect_in_progress %}
1319
<h2>{% trans "Confirm your Venueless connection" %}</h2>

0 commit comments

Comments
 (0)