Adapting home view
This commit is contained in:
		@@ -2,8 +2,8 @@
 | 
			
		||||
 | 
			
		||||
{% load static %}
 | 
			
		||||
{% block additional_head %}
 | 
			
		||||
    <link rel="stylesheet" href="{% static 'maps/ol.css' %}" type="text/css">
 | 
			
		||||
    <script src="{% static 'maps/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 %}
 | 
			
		||||
@@ -14,7 +14,7 @@
 | 
			
		||||
<article class="LP-TextSection">
 | 
			
		||||
</article>
 | 
			
		||||
 | 
			
		||||
{% include 'partials/osm_map.html' %}
 | 
			
		||||
{% include 'partials/osm_map.html' with config=map_config %}
 | 
			
		||||
<div class="LP-PlaceGrid">
 | 
			
		||||
    <h1 class="LP-Headline LP-Headline">Explore the latest locations</h1>
 | 
			
		||||
    <ul class="LP-PlaceGrid__Grid">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user