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.html | |
parent | adds initial unit testing (#22) (diff) |
Rearrange views and templates
Diffstat (limited to 'templates/staff.html')
-rw-r--r-- | templates/staff.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/staff.html b/templates/staff.html deleted file mode 100644 index 3017f65c..00000000 --- a/templates/staff.html +++ /dev/null @@ -1,9 +0,0 @@ -{% 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 |