Pointed template to new location of static map files.

This commit is contained in:
Marcus Scholz 2020-08-21 10:33:56 +02:00
parent f916ac9742
commit 5f3be5fc83

View File

@ -1,8 +1,8 @@
{% extends 'global.html'%}
{% load static %}
{% block additional_head %}
<link rel="stylesheet" href="{% static 'ol.css' %}" type="text/css">
<script src="{% static 'ol.js' %}"></script>
<link rel="stylesheet" href="{% static 'maps/ol.css' %}" type="text/css">
<script src="{% static 'maps/ol.js' %}"></script>
{% endblock additional_head %}
# {% block title %}Start{% endblock %}