Private
Public Access
1
0

changed workflow (map bug)

This commit is contained in:
Sander Roosendaal
2019-11-09 15:16:11 +01:00
parent 394797fc80
commit 647547098d

View File

@@ -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 %}
<script src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
<script async="true" type="text/javascript">
Bokeh.set_log_level("info");