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