Add result entering template
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
{{ nav_selector("race", "Guess a Race") }}
|
||||
{{ nav_selector("season", "Guess the Season") }}
|
||||
{{ nav_selector("graphs", "Result Graphs") }}
|
||||
{{ nav_selector("enterresult", "Enter Race Result") }}
|
||||
{{ nav_selector("rules", "Rules") }}
|
||||
</div>
|
||||
</div>
|
||||
|
11
templates/enterresult.jinja
Normal file
11
templates/enterresult.jinja
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends 'base.jinja' %}
|
||||
|
||||
{% set active_page = "enterresult" %}
|
||||
|
||||
{% block title %}Formula 10{% endblock title %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
|
||||
|
||||
{% endblock body %}
|
Reference in New Issue
Block a user