From 41a24ad9cea35ca04ca62e2fc5d8849642c571b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Mon, 27 Mar 2023 01:02:26 +0200 Subject: [PATCH 1/4] readd main.py --- backend/{wsgi.py => main.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename backend/{wsgi.py => main.py} (100%) diff --git a/backend/wsgi.py b/backend/main.py similarity index 100% rename from backend/wsgi.py rename to backend/main.py From 551536bcb4d9fbb7d1fc1d7317d2018694bc5f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Tue, 28 Mar 2023 01:00:21 +0200 Subject: [PATCH 2/4] Update bootstrap-tables --- backend/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/templates/base.html b/backend/templates/base.html index 8b598ea..70ebb30 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -12,7 +12,7 @@ {% block title %}{% endblock %} - KaraoQueue - + - + + src="https://unpkg.com/bootstrap-table@1.21.2/dist/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js"> {% block extrajs %}{% endblock %}