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' %}