Pointed template to new location of static map files.
This commit is contained in:
parent
f916ac9742
commit
5f3be5fc83
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user