mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-08-20 01:14:11 -05:00
Add a debug mode warning on the admin settings page.
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
<div class="section">
|
||||
To change any of these settings, edit <span class="file">{{ config.filename }}</span>.
|
||||
</div>
|
||||
{% if config.debug %}
|
||||
<div class="section">
|
||||
<h3>Debug Settings</h3>
|
||||
<p>
|
||||
This server is running in debug mode, most likely launched from development utilities.
|
||||
Do not serve production traffic with this instance.
|
||||
</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="section">
|
||||
<h3>Database Settings</h3>
|
||||
<dl>
|
||||
|
||||
Reference in New Issue
Block a user