Private
Public Access
1
0

closing payments page for coaches

This commit is contained in:
Sander Roosendaal
2019-02-21 17:51:51 +01:00
parent 7fd8a110eb
commit e217446b31
28 changed files with 213 additions and 113 deletions

View File

@@ -47,7 +47,7 @@
{% if user.is_authenticated and user|is_manager %}
{% if user.is_authenticated and user|is_manager and rower %}
<p>&nbsp;</p>
{% if user|coach_rowers %}
@@ -59,7 +59,7 @@
{% for member in user|coach_rowers %}
<a href={{ request.path|userurl:member.user }}?when={{ timeperiod }}>
<i class="fas fa-user fa-fw"></i>
{% if member == rower.user %}
{% if member == rower %}
&bull;
{% else %}
&nbsp;
@@ -73,7 +73,7 @@
{% endif %}
{% endif %}
{% if teams %}
{% if teams %}
<p>&nbsp;</p>
<ul class="cd-accordion-menu animated">
<li class="has-children" id="teams">