We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11952b4 + 62b3566 commit 623749cCopy full SHA for 623749c
template/confreg/schedule.html
@@ -62,7 +62,8 @@ <h2>Schedule - {{conference}}</h2>
62
{%for day in days%}
63
<section class="section">
64
<div class="container">
65
- <h2>{{day.day|date:"l, F d"}}</h2>
+ <hr>
66
+ <h2 style="text-align:center;">{{day.day|date:"l, F d"}}</h2>
67
<div class="row">
68
{%for room in day.rooms%}
69
<div class="4u 12u$(medium)">
0 commit comments