From cad53c070ce17dfc5b2fd795e2658f751d9f4ade Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sat, 22 Aug 2020 09:23:12 +0200 Subject: [PATCH] Added map to place_list, but place_center_map is still a bit off. --- lostplaces/lostplaces_app/templates/place/place_list.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lostplaces/lostplaces_app/templates/place/place_list.html b/lostplaces/lostplaces_app/templates/place/place_list.html index 7c2fbc8..455779c 100644 --- a/lostplaces/lostplaces_app/templates/place/place_list.html +++ b/lostplaces/lostplaces_app/templates/place/place_list.html @@ -1,9 +1,16 @@ {% extends 'global.html'%} {% load static %} +{% block additional_head %} + + +{% endblock additional_head %} + {% block title %}Lost Places{% endblock %} {% block maincontent %} + +{% include 'partials/osm_map.html' %}

Listing our places