aboutsummaryrefslogtreecommitdiffstats
path: root/templates/staff.html
blob: 3017f65c352716ace94aaaea3d7338c972398730 (plain) (blame)
1
2
3
4
5
6
7
8
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 %}