diff --git a/templates/flowspy/route_details.html b/templates/flowspy/route_details.html index eb09e1b24d00786552cb3a5cf75f7b0ff1af8ccc..e3cb299954e40f789266c110f9cf9ab51df9233b 100644 --- a/templates/flowspy/route_details.html +++ b/templates/flowspy/route_details.html @@ -78,6 +78,7 @@ <h3>Number of bytes (relative)</h3> <div><canvas id="traffic-plot-bytes-rel" width=200 height=200></canvas></div> </div> + <div><a href="{% url routestats route.name %}">Download raw data in JSON</a></div> </div> {% comment %}check if graphs plugin in installed apps{% endcomment %} {% if 'graphs' in INSTALLED_APPS %}