aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-11-14 23:38:11 +0000
committerrubenwardy <rw@rubenwardy.com>2019-11-14 23:38:11 +0000
commit50892ce9fc6a44475b447b90909f83c2148f8096 (patch)
treef28bcaf363e9d0e6ccd57b741b23963d01c3475f /app/templates/base.html
parent2e14836ed6500982e846bdf34bd7e82b5dd1ae4a (diff)
downloadcheatdb-50892ce9fc6a44475b447b90909f83c2148f8096.tar.xz
Add debug warning to template
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>