From 5f3be5fc8305ee719100f0778f039b9f7e352906 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 21 Aug 2020 10:33:56 +0200 Subject: [PATCH] Pointed template to new location of static map files. --- lostplaces/lostplaces_app/templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lostplaces/lostplaces_app/templates/home.html b/lostplaces/lostplaces_app/templates/home.html index 7013038..615b6e3 100644 --- a/lostplaces/lostplaces_app/templates/home.html +++ b/lostplaces/lostplaces_app/templates/home.html @@ -1,8 +1,8 @@ {% extends 'global.html'%} {% load static %} {% block additional_head %} - - + + {% endblock additional_head %} # {% block title %}Start{% endblock %}