Added map to place_list, but place_center_map is still a bit off.
This commit is contained in:
		@@ -1,9 +1,16 @@
 | 
			
		||||
{% extends 'global.html'%}
 | 
			
		||||
{% load static %}
 | 
			
		||||
 | 
			
		||||
{% block additional_head %}
 | 
			
		||||
    <link rel="stylesheet" href="{% static 'maps/ol.css' %}" type="text/css">
 | 
			
		||||
    <script src="{% static 'maps/ol.js' %}"></script>
 | 
			
		||||
{% endblock additional_head %}
 | 
			
		||||
 | 
			
		||||
{% block title %}Lost Places{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block maincontent %}
 | 
			
		||||
 | 
			
		||||
{% include 'partials/osm_map.html' %}
 | 
			
		||||
<div class="LP-PlaceList">
 | 
			
		||||
    <h1 class="LP-Headline">Listing our places</h1>
 | 
			
		||||
    <ul class="LP-PlaceList__List">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user