From 6a171513b934d534f2b263b685c79ebf81532c1c Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 12 Oct 2019 16:53:11 +0200 Subject: [PATCH] attempting to speed up --- rowers/templates/course_edit_view.html | 8 ++ rowers/templates/course_replace.html | 8 ++ rowers/templates/course_view.html | 8 ++ rowers/templates/coursemap.html | 8 ++ rowers/templates/list_workouts.html | 5 +- rowers/templates/map_view.html | 6 ++ rowers/templates/plannedsessionview.html | 3 + rowers/templates/virtualevent.html | 6 ++ rowers/templates/virtualeventranking.html | 6 ++ rowers/templates/workout_form.html | 6 ++ rowers/templates/workout_view.html | 7 ++ rowsandall_app/settings.py | 4 +- static/css/bokeh-1.0.4.min.css | 1 + static/css/bokeh-widgets-1.0.4.min.css | 4 + templates/newbase.html | 119 +++++++++++----------- 15 files changed, 136 insertions(+), 63 deletions(-) create mode 100644 static/css/bokeh-1.0.4.min.css create mode 100644 static/css/bokeh-widgets-1.0.4.min.css diff --git a/rowers/templates/course_edit_view.html b/rowers/templates/course_edit_view.html index 436a07a7..797a2924 100644 --- a/rowers/templates/course_edit_view.html +++ b/rowers/templates/course_edit_view.html @@ -1,6 +1,13 @@ {% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} +{% load leaflet_tags %} + +{% block meta %} +{% leaflet_js %} +{% leaflet_css %} +{% endblock %} + {% block scripts %} {% include "monitorjobs.html" %} {% endblock %} @@ -8,6 +15,7 @@ {% block title %}{{ course.name }} {% endblock %} {% block og_title %}{{ course.name }} {% endblock %} {% block main %} +

{{ course.name }}