From c541ea0562df45617706fb9481c5a5382e5b003d Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 5 Sep 2022 21:11:02 +0200 Subject: [PATCH] fixing profile menu --- rowers/templates/menu_profile.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rowers/templates/menu_profile.html b/rowers/templates/menu_profile.html index 7f357789..554a5a63 100644 --- a/rowers/templates/menu_profile.html +++ b/rowers/templates/menu_profile.html @@ -44,6 +44,8 @@ {% if user.is_authenticated and user|is_manager and rower %}

 

+{% endif %} + {% if request.user|coach_rowers %} {% endif %} -{% endif %} {% include 'menuscript.html' %}