From ef8e96157f60ba0813cab72a90a6e8e92b44b6f0 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 21 Feb 2018 09:30:05 +0000 Subject: Rearrange views and templates --- templates/staff/staff.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/staff/staff.html (limited to 'templates/staff/staff.html') diff --git a/templates/staff/staff.html b/templates/staff/staff.html new file mode 100644 index 00000000..3017f65c --- /dev/null +++ b/templates/staff/staff.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} +{% block title %}Home{% endblock %} +{% block content %} +
+

+ This will be for staff only. Login required. +

+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3