From 647547098da9a9aa33cb6a8cba269334aa2e8e2d Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 9 Nov 2019 15:16:11 +0100 Subject: [PATCH] changed workflow (map bug) --- rowers/templates/workflow.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rowers/templates/workflow.html b/rowers/templates/workflow.html index 13e93bf4..46eeea00 100644 --- a/rowers/templates/workflow.html +++ b/rowers/templates/workflow.html @@ -2,6 +2,7 @@ {% load staticfiles %} {% load rowerfilters %} {% load tz %} +{% load leaflet_tags %} {% get_current_timezone as TIME_ZONE %} @@ -13,6 +14,8 @@ {{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %} {% block meta %} +{% leaflet_js %} +{% leaflet_css %}