aboutsummaryrefslogtreecommitdiffstats
path: root/templates/staff
diff options
context:
space:
mode:
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