Fix active users bug in enter/user templates
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 34s

This commit is contained in:
2024-02-18 23:05:43 +01:00
parent 26ad2c6881
commit 1c126796a9
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,7 @@
{% extends 'base.jinja' %}
{% set active_page = "/enter" %}
{% set active_user = none %}
{% block title %}Formula 10 - Race Result{% endblock title %}