{% extends "2022/base.html" %}
+{% load static %}
{% load l10n %}
{% block global-content %}
{% endblock %}
+{% block extrahead %}
+ <link rel="stylesheet" type="text/css" media="all" href="{% static 'contrib/leaflet-1.9.4/leaflet.css' %}">
+ <link rel="stylesheet" type="text/css" media="all" href="{% static 'contrib/leaflet.markercluster-1.4.1/MarkerCluster.css' %}">
+ <link rel="stylesheet" type="text/css" media="all" href="{% static 'contrib/leaflet.markercluster-1.4.1/MarkerCluster.Default.css' %}">
+{% endblock %}
+
+
{% block extrabody %}
+ <script src="{% static 'contrib/leaflet-1.9.4/leaflet.js' %}"></script>
+ <script src="{% static 'contrib/leaflet.markercluster-1.4.1/leaflet.markercluster.js' %}"></script>
<script>
var map = L.map('references-map').setView([52, 20], 7);
);
}
-
{% localize off %}
{% for e in entities %}
L.marker(
'2022': {
'source_filenames': [
'contrib/jquery-ui-1.13.1.custom/jquery-ui.css',
- 'contrib/leaflet-1.9.4/leaflet.css',
- 'contrib/leaflet.markercluster-1.4.1/MarkerCluster.css',
- 'contrib/leaflet.markercluster-1.4.1/MarkerCluster.Default.css',
'css/jquery.countdown.css',
'2022/styles/main.scss',
'source_filenames': [
'2022/scripts/vendor.js',
'contrib/jquery-ui-1.13.1.custom/jquery-ui.js',
- 'contrib/leaflet-1.9.4/leaflet.js',
- 'contrib/leaflet.markercluster-1.4.1/leaflet.markercluster.js',
'js/search.js',
'js/2022.js',