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 @@
  • {{ mapdiv|safe }} - - + + {{ mapscript|safe }}
  • - - - diff --git a/rowers/templates/panel_mapview.html b/rowers/templates/panel_mapview.html index 87f00dc6..393b9d24 100644 --- a/rowers/templates/panel_mapview.html +++ b/rowers/templates/panel_mapview.html @@ -1,4 +1,5 @@ {% load rowerfilters %} +{% load leaflet_tags %}

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