aboutsummaryrefslogtreecommitdiffstats
path: root/templates/staff
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-05 09:08:47 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-05 09:08:47 +0100
commit8787ade4f3f3adefd33237bf8ddfcfec4ca424eb (patch)
tree872b764eb7227fd8466981824881298b9056e268 /templates/staff
parentFun fact: docutils is NOT stdlib (diff)
Attempt to fix CSRF; add debug info to staff page
Diffstat (limited to 'templates/staff')
-rw-r--r--templates/staff/staff.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/staff/staff.html b/templates/staff/staff.html
index 5bb9d951..157bdf21 100644
--- a/templates/staff/staff.html
+++ b/templates/staff/staff.html
@@ -5,7 +5,10 @@
{% block content %}
<div class="uk-container uk-section">
<h1 class="uk-title uk-text-center">
- This will be for staff only. Login required.
+ App config
</h1>
+ <pre>
+{{ app_config | safe }}
+ </pre>
</div>
{% endblock %} \ No newline at end of file