Skip to content

Commit 623749c

Browse files
authored
Merge pull request #26 from xenophenes/master
fix formatting headers
2 parents 11952b4 + 62b3566 commit 623749c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/confreg/schedule.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ <h2>Schedule - {{conference}}</h2>
6262
{%for day in days%}
6363
<section class="section">
6464
<div class="container">
65-
<h2>{{day.day|date:"l, F d"}}</h2>
65+
<hr>
66+
<h2 style="text-align:center;">{{day.day|date:"l, F d"}}</h2>
6667
<div class="row">
6768
{%for room in day.rooms%}
6869
<div class="4u 12u$(medium)">

0 commit comments

Comments
 (0)