File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
pretalx_venueless/templates/pretalx_venueless Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments