diff options
Diffstat (limited to 'app/templates/index.j2')
| -rw-r--r-- | app/templates/index.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/index.j2 b/app/templates/index.j2 index 8a13fa0..af6ca4c 100644 --- a/app/templates/index.j2 +++ b/app/templates/index.j2 @@ -3,7 +3,7 @@ <html lang="en"> {{ header(url_for) }} <body> - <header class="container">{{ navbar(url_for) }}</header> + <header class="container">{{ navbar(url_for, login_status) }}</header> <main class="container"> <h2>Games</h2> <div hx-post="/clear" hx-swap="outerHTML" hx-trigger="load"></div> @@ -11,6 +11,6 @@ <div hx-get="/control" hx-swap="outerHTML" hx-trigger="load"></div> </main> <footer class="container">{{ footer() }}</footer> - <script defer src="{{ url_for('static', filename='custom.js') }}"></script> + <script src="{{ url_for('static', filename='timer.js') }}"></script> </body> </html> |
