diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:25:59 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:25:59 (GMT) |
commit | dfd55f706de1f588eb0573b51c3e4ddba8612e97 (patch) | |
tree | 63020f19d5380ccd19411ce735a5141122a09470 /program/templates/v2/day_schedule.html | |
parent | 79ac160f239937bb4beb982e2cab2020d4eac9d1 (diff) |
minor template changes and cleanups
Diffstat (limited to 'program/templates/v2/day_schedule.html')
-rw-r--r-- | program/templates/v2/day_schedule.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/day_schedule.html b/program/templates/v2/day_schedule.html index e97d5ad..ec1a375 100644 --- a/program/templates/v2/day_schedule.html +++ b/program/templates/v2/day_schedule.html @@ -5,7 +5,7 @@ <body> <div id="content-main" class="day-schedule"> - <h1 id="date">{{ day|date:"l, d.m.Y" }}</h1> + <h1>{{ day|date:"l, d.m.Y" }}</h1> <div id="timeslots"> {% for timeslot in timeslots %} |