diff --git a/formula10.py b/formula10.py index ddc9c34..8f3009d 100644 --- a/formula10.py +++ b/formula10.py @@ -109,4 +109,4 @@ def enterresult(raceid): if __name__ == "__main__": - app.run(debug=False) + app.run(debug=True) diff --git a/templates/base.jinja b/templates/base.jinja index 80409e0..62bc7b4 100644 --- a/templates/base.jinja +++ b/templates/base.jinja @@ -3,7 +3,8 @@ {# Easy nav-bar entries. When a page sets the active_page variable, the current entry will be underlined #} {% macro nav_selector(page='', text='') %} - {% if active_page == page %}{% endif %} {{ text }} {% if active_page == page %}{% endif %} + {% if active_page == page %}{% endif %} {{ text }} + {% if active_page == page %}{% endif %} {% endmacro %} @@ -20,14 +21,18 @@ -