From 21f46597f83b9cdf0c39f30263f9e8316ad1cb59 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 27 Jun 2022 22:10:56 -0500 Subject: [PATCH] fix title mistake --- teamsnap/templates/schedule.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}