Private
Public Access
1
0

bug fixes and initial improvements

This commit is contained in:
Sander Roosendaal
2018-10-17 07:44:20 +02:00
parent 54baa12210
commit 2fc13dc71a
12 changed files with 90 additions and 85 deletions

View File

@@ -40,7 +40,7 @@
{% if user.is_authenticated and user|is_manager %}
<p>&nbsp;</p>
{% if user|team_members %|
{% if user|team_members %}
<ul class="cd-accordion-menu animated">
<li class="has-children" id="athletes">
<input type="checkbox" name="athlete-selector" id="athlete-selector">
@@ -61,3 +61,4 @@
</li>
</ul>
{% endif %}
{% endif %}