diff options
author | 2018-02-21 09:30:05 +0000 | |
---|---|---|
committer | 2018-02-21 09:30:05 +0000 | |
commit | ef8e96157f60ba0813cab72a90a6e8e92b44b6f0 (patch) | |
tree | cbda21178338d3f992072d5f06e4ac4572e433f1 /templates/staff | |
parent | adds initial unit testing (#22) (diff) |
Rearrange views and templates
Diffstat (limited to 'templates/staff')
-rw-r--r-- | templates/staff/staff.html | 9 |
1 files changed, 9 insertions, 0 deletions
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 %} + <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 |