Bug: Update method signature in single-user raceguess page
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 15s

This commit is contained in:
2024-12-08 20:01:30 +01:00
parent e8c8e35e05
commit b485791d25

View File

@ -39,7 +39,7 @@
{# Link should only be visible if all users are visible #}
{% if model.active_user is not none %}
<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>
{% else %}
{% for user in model.all_users() %}