diff --git a/bemani/frontend/templates/admin/settings.html b/bemani/frontend/templates/admin/settings.html index 85ef5b9..2e65040 100644 --- a/bemani/frontend/templates/admin/settings.html +++ b/bemani/frontend/templates/admin/settings.html @@ -3,6 +3,15 @@
To change any of these settings, edit {{ config.filename }}.
+ {% if config.debug %} +
+

Debug Settings

+

+ This server is running in debug mode, most likely launched from development utilities. + Do not serve production traffic with this instance. +

+
+ {% endif %}

Database Settings