diff --git a/teamsnap/templates/schedule.html b/teamsnap/templates/schedule.html index 7c991ed..5201339 100644 --- a/teamsnap/templates/schedule.html +++ b/teamsnap/templates/schedule.html @@ -1,7 +1,7 @@ {% extends "base.html" %}{% load static %} {% block title %} {{ title }}{% endblock %} -{% block pre_container %}{% include "page-heading.html" with title="Dashboard" %}{% endblock pre_container %} +{% block pre_container %}{% include "page-heading.html" with title="Schedule" %}{% endblock pre_container %} {% block content %} {% load tz %}