Skip to content

Commit 605f3be

Browse files
authored
Merge pull request #22 from xenophenes/master
fix roomheader
2 parents 2500f98 + fdfbcaa commit 605f3be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/confreg/schedule.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ <h2>{{day.day|date:"l, F d"}}</h2>
9494
<div class="4u 12u$(medium)">
9595
<section class="box">
9696
{%for room in day.rooms%}
97-
<div class="sessblock roomheader" style="left: {{room.leftpos}}px; width: {{room.widthpos}}px; height: 100px;">
97+
<h4><div class="sessblock roomheader">
9898
{{room.name}}
99-
</div>
99+
</div></h4>
100100
{%endfor%}
101101
<br>
102102
{%for session in day.sessions%}

0 commit comments

Comments
 (0)