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 %}