Private
Public Access
1
0

Merge branch 'release/v18.6.9'

This commit is contained in:
Sander Roosendaal
2022-09-05 21:11:30 +02:00

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