From 59b523de3fa66816872db6bc76301e0facba12ca Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 2 Apr 2024 21:01:18 +0200 Subject: [PATCH] course map updates --- rowers/templates/course_edit_view.html | 2 -- rowers/templates/course_view.html | 2 -- rowers/templates/coursemap.html | 2 -- 3 files changed, 6 deletions(-) diff --git a/rowers/templates/course_edit_view.html b/rowers/templates/course_edit_view.html index 29be3f99..c281b2b7 100644 --- a/rowers/templates/course_edit_view.html +++ b/rowers/templates/course_edit_view.html @@ -32,9 +32,7 @@
{{ mapdiv|safe }} -
diff --git a/rowers/templates/course_view.html b/rowers/templates/course_view.html index d5f82bb4..109a1db3 100644 --- a/rowers/templates/course_view.html +++ b/rowers/templates/course_view.html @@ -54,9 +54,7 @@
{{ mapdiv|safe }} -
{% if records %} diff --git a/rowers/templates/coursemap.html b/rowers/templates/coursemap.html index 196ce47f..c7dd9b7a 100644 --- a/rowers/templates/coursemap.html +++ b/rowers/templates/coursemap.html @@ -19,9 +19,7 @@

{{ course.name }}

{{ mapdiv|safe }} -
{% endblock %}