mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-17 19:42:28 +01:00
Test
This commit is contained in:
@@ -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())
|
||||
)
|
||||
|
||||
########################################################################################
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html id="page">
|
||||
<head>
|
||||
<title>●::[●●] {% block title %} {% endblock %}</title>
|
||||
<title>●::[●●] Error</title>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="static/img/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="static/img/favicon/apple-icon-60x60.png">
|
||||
|
||||
Reference in New Issue
Block a user