fix
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<td>{{ athlete.last_name }}</td>
|
||||
<td>{{ athlete.club }}</td>
|
||||
<td>{{ athlete.gender }}</td>
|
||||
<td><a href="/boatmovers/athlete/{{ athlete.id }}/">results</a></td>
|
||||
{% if user.is_authenticated and user.is_staff %}
|
||||
<td><a href="/admin/boatmovers/athlete/{{ athlete.id }}/change/">edit</a></td>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user