diff --git a/rowers/templates/panel_map.html b/rowers/templates/panel_map.html index 77cfda5a..8e45af39 100644 --- a/rowers/templates/panel_map.html +++ b/rowers/templates/panel_map.html @@ -2,12 +2,9 @@
Map View 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 %}