diff options
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 %} |