aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/staff.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/staff.html b/templates/staff.html
new file mode 100644
index 00000000..3017f65c
--- /dev/null
+++ b/templates/staff.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% block title %}Home{% endblock %}
+{% block content %}
+ <div class="uk-container uk-section">
+ <h1 class="uk-title uk-text-center">
+ This will be for staff only. Login required.
+ </h1>
+ </div>
+{% endblock %} \ No newline at end of file