diff options
| author | 2018-03-29 23:10:50 +0100 | |
|---|---|---|
| committer | 2018-03-29 23:10:50 +0100 | |
| commit | 66ecd8cf0ec5606e1f029d20c24301b4dcf16697 (patch) | |
| tree | afd62307ffd8712400a888ff8675bc6609fcf6da | |
| parent | Rewrite URLs in templates to use `url_for()` (diff) | |
Staff page typo
Diffstat (limited to '')
| -rw-r--r-- | templates/staff/staff.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/staff/staff.html b/templates/staff/staff.html index 5551ed87..5bb9d951 100644 --- a/templates/staff/staff.html +++ b/templates/staff/staff.html @@ -1,5 +1,5 @@  {% extends "main/base.html" %} -{% block title %}Staff |Home{% endblock %} +{% block title %}Staff | Home{% endblock %}  {% block og_title %}Staff | Home{% endblock %}  {% block og_description %}Landing page for the staff management area{% endblock %}  {% block content %} | 
