From 024a9d64cab82bf45c0ef5ddc8f0cf45c04a0be2 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sun, 10 Oct 2021 09:07:12 +0200 Subject: [PATCH] not showing form if no records on course --- rowers/templates/course_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/templates/course_view.html b/rowers/templates/course_view.html index acd30e2b..7105c21a 100644 --- a/rowers/templates/course_view.html +++ b/rowers/templates/course_view.html @@ -89,7 +89,6 @@ - {% endif %} {% if form %}
  • @@ -108,6 +107,7 @@

  • {% endif %} + {% endif %} {% endblock %}