Added map to place_list, but place_center_map is still a bit off.

This commit is contained in:
Marcus Scholz 2020-08-22 09:23:12 +02:00
parent a0627761a7
commit cad53c070c

View File

@ -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">