From 09011a23eebebc7a963e73cb086e0ee4a8cec034 Mon Sep 17 00:00:00 2001 From: mdivecky Date: Sun, 26 Feb 2023 15:01:37 +0100 Subject: [PATCH] back button, loading js --- templates/base.html | 8 ++++++++ templates/error.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index c200ae9..665bfa0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,10 +19,18 @@ } + + + +
{% block content %} {% endblock %} + Zpět na scanner
+ diff --git a/templates/error.html b/templates/error.html index 5baf4b4..4a13d96 100644 --- a/templates/error.html +++ b/templates/error.html @@ -9,5 +9,5 @@ var timer = setTimeout(function() { window.location='/' }, 8000); - + {% endblock %} \ No newline at end of file