aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index 05b12bc..e39097c 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -135,6 +135,12 @@
<a href="{{ url_for('flatpage', path='policy_and_guidance') }}">{{ _("Policy and Guidance") }}</a> |
<a href="{{ url_for('flatpage', path='help/reporting') }}">{{ _("Report / DMCA") }}</a> |
<a href="{{ url_for('user_list_page') }}">{{ _("User List") }}</a>
+
+ {% if debug %}
+ <p style="color: red">
+ DEBUG MODE ENABLED
+ </p>
+ {% endif %}
</footer>
<script src="/static/jquery.min.js"></script>