From 8f10f9b5007edbc2de83a330179a2b0ae7f32cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Thu, 22 Aug 2019 16:19:18 +0200 Subject: [PATCH] Auto-Refresh entry table in guest view --- app/templates/base.html | 1 + app/templates/main.html | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 86fa7e1..1578ef3 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -96,6 +96,7 @@ integrity="sha256-4F7e4JsAJyLUdpP7Q8Sah866jCOhv72zU5E8lIRER4w=" crossorigin="anonymous"> + {% block extrajs %}{% endblock %}