Refactor handling of active user

This commit is contained in:
2024-02-16 17:59:43 +01:00
parent ab8def6b4f
commit ea34413b3c
5 changed files with 163 additions and 148 deletions

View File

@ -1,7 +1,6 @@
{% extends 'base.jinja' %}
{% set active_page = "/users" %}
{% set active_user = "Everyone" %}
{% block title %}Formula 10 - Users{% endblock title %}