From bfc2ac286de3410434424c871dc6b3cd6f4efca9 Mon Sep 17 00:00:00 2001 From: Namonay Date: Thu, 19 Feb 2026 14:57:02 +0000 Subject: [PATCH] fix --- server/src/data/app.py | 1 + server/src/data/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/server/src/data/app.py b/server/src/data/app.py index 71103d9..0d7d55e 100644 --- a/server/src/data/app.py +++ b/server/src/data/app.py @@ -4,4 +4,5 @@ app = Flask(__name__) @app.route("/") def mainpage(): + items = ['dummy1', 'dummy2', 'a', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'] return render_template('index.html', title='BG Shutdown') \ No newline at end of file diff --git a/server/src/data/templates/index.html b/server/src/data/templates/index.html index b6e629c..1f86269 100644 --- a/server/src/data/templates/index.html +++ b/server/src/data/templates/index.html @@ -26,4 +26,4 @@ -{ % endblock % } \ No newline at end of file +{% endblock %} \ No newline at end of file