adding categories to indoor races
This commit is contained in:
@@ -459,7 +459,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% for record in records %}
|
||||
{% if record.userid == request.user.rower.id %}
|
||||
{% if record.userid == request.user.rower.id and forloop.counter == 1 %}
|
||||
{% if race.sessiontype == 'race' %}
|
||||
{% if record.emailnotifications %}
|
||||
<a href="/rowers/raceregistration/togglenotification/{{ race.id }}">
|
||||
|
||||
Reference in New Issue
Block a user