Bug: Update method signature in single-user raceguess page
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 15s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 15s
This commit is contained in:
@ -39,7 +39,7 @@
|
|||||||
{# Link should only be visible if all users are visible #}
|
{# Link should only be visible if all users are visible #}
|
||||||
{% if model.active_user is not none %}
|
{% if model.active_user is not none %}
|
||||||
<td class="text-center text-nowrap" style="min-width: 100px;">{{ model.active_user.name }}
|
<td class="text-center text-nowrap" style="min-width: 100px;">{{ model.active_user.name }}
|
||||||
({{ points.total_points_by(model.active_user.name) }})
|
({{ points.total_points_by(user_name=model.active_user.name, include_season=False) }})
|
||||||
</td>
|
</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% for user in model.all_users() %}
|
{% for user in model.all_users() %}
|
||||||
|
Reference in New Issue
Block a user