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