diff options
Diffstat (limited to 'templates/staff/jams/index.html')
-rw-r--r-- | templates/staff/jams/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/staff/jams/index.html b/templates/staff/jams/index.html index 9e180fb3..158a4127 100644 --- a/templates/staff/jams/index.html +++ b/templates/staff/jams/index.html @@ -1,7 +1,6 @@ {% extends "main/base.html" %} -{% block title %}Staff | Home{% endblock %} -{% block og_title %}Staff | Home{% endblock %} -{% block og_description %}Landing page for the staff management area{% endblock %} +{% block title %}Staff | Code Jams{% endblock %} +{% block og_title %}Staff | Code Jams{% endblock %} {% block extra_head %} <script src="{{ static_file('js/jams.js') }}"></script> {% endblock %} |