From c7b9db7cd41c9046b305fa8b47f99ca48bafd3ca Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 15 Feb 2023 13:23:25 +0900 Subject: [PATCH] Test --- server.py | 2 +- templates/error.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server.py b/server.py index 0784c8e..04be2a8 100644 --- a/server.py +++ b/server.py @@ -112,7 +112,7 @@ def settings_page(): @app.route('/error') def error_page(): return render_template('error.html', - ERROR_MESSAGE = helper.startup_checks() + ERROR_MESSAGE = Markup(helper.startup_checks()) ) ######################################################################################## diff --git a/templates/error.html b/templates/error.html index b9be543..f82131b 100644 --- a/templates/error.html +++ b/templates/error.html @@ -1,7 +1,7 @@ - ●::[●●] {% block title %} {% endblock %} + ●::[●●] Error