Moved additional headers to parent template.
This commit is contained in:
parent
4113811c5f
commit
3caada8f08
@ -1,5 +1,9 @@
|
|||||||
{% extends 'global.html'%}
|
{% extends 'global.html'%}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
{% block additional_head %}
|
||||||
|
<link rel="stylesheet" href="{% static 'ol.css' %}" type="text/css">
|
||||||
|
<script src="{% static 'ol.js' %}"></script>
|
||||||
|
{% endblock additional_head %}
|
||||||
|
|
||||||
# {% block title %}Start{% endblock %}
|
# {% block title %}Start{% endblock %}
|
||||||
|
|
||||||
|
@ -1,12 +1,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block additional_head %}
|
|
||||||
<link rel="stylesheet" href="{% static 'ol.css' %}" type="text/css">
|
|
||||||
{% endblock additional_head %}
|
|
||||||
|
|
||||||
<div id="map" class="map"></div>
|
<div id="map" class="map"></div>
|
||||||
<div id="info" class="map-popup"></div>
|
<div id="info" class="map-popup"></div>
|
||||||
<script src="{% static 'ol.js' %}"></script>
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var map = new ol.Map({
|
var map = new ol.Map({
|
||||||
|
Loading…
Reference in New Issue
Block a user