Fix current page underline
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 25s

This commit is contained in:
2024-02-20 00:32:56 +01:00
parent 861f4484b2
commit cfa5f19394
5 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@
{% block title %}Formula 10 - Season{% endblock title %}
{% set active_page = "/season" %}
{% set active_page = "/season/" ~ (active_user.name if active_user is not none else "Everyone") %}
{% block navbar_center %}
{% if model.all_users() | length > 1 %}