closing payments page for coaches
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
|
||||
|
||||
{% if user.is_authenticated and user|is_manager %}
|
||||
{% if user.is_authenticated and user|is_manager and rower %}
|
||||
<p> </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 %}
|
||||
•
|
||||
{% else %}
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if teams %}
|
||||
{% if teams %}
|
||||
<p> </p>
|
||||
<ul class="cd-accordion-menu animated">
|
||||
<li class="has-children" id="teams">
|
||||
|
||||
Reference in New Issue
Block a user