aboutsummaryrefslogtreecommitdiffstats
path: root/templates/staff/staff.html
blob: 39f75f8199f49371ced200ccf1b1fb65c14cfb8e (plain) (blame)
1
2
3
4
5
6
7
8
9
{% extends "main/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 %}