Private
Public Access
1
0

fixing profile menu

This commit is contained in:
Sander Roosendaal
2022-09-05 21:11:02 +02:00
parent 89b3ec5e4f
commit c541ea0562

View File

@@ -44,6 +44,8 @@
{% if user.is_authenticated and user|is_manager and rower %}
<p>&nbsp;</p>
{% endif %}
{% if request.user|coach_rowers %}
<ul class="cd-accordion-menu animated">
<li class="has-children" id="athletes">
@@ -65,6 +67,5 @@
</li>
</ul>
{% endif %}
{% endif %}
{% include 'menuscript.html' %}