Add empty template for season guesses

This commit is contained in:
2024-02-15 17:02:00 +01:00
parent 93a087caf8
commit 3c2924f58f
2 changed files with 10 additions and 1 deletions

View File

@ -8,4 +8,4 @@ Phil
Ipp
Melissa
Julian
Käptn
Käptn
1 name
8 Ipp
9 Melissa
10 Julian
11 Käptn

9
templates/season.jinja Normal file
View File

@ -0,0 +1,9 @@
{% extends 'base.jinja' %}
{% set active_page = "race" %}
{% block title %}Formula 10{% endblock title %}
{% block body %}
{% endblock body %}