Skip to content

Commit d14a550

Browse files
authored
Merge pull request #17 from xenophenes/master
should separate times from session titles
2 parents d147fa4 + 9b1ea24 commit d14a550

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

template/confreg/schedule_create.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140

141141
</head>
142142
<body>
143+
<!-- Content
144+
================================================== -->
145+
<section id="main" class="wrapper">
146+
<div class="container">
143147
<h1>Create Conference Schedule - {{conference}}</h1>
144148
<p>
145149
<b>NOTE! THIS IS FOR CREATING A TENTATIVE SCHEDULE ONLY!</b>
@@ -154,7 +158,7 @@ <h1>Create Conference Schedule - {{conference}}</h1>
154158
<div id="availablewrapper" style="float:right; border:1px solid blue;width:{{sesswidth}}px;height:500px;">
155159
<h3>Available sessions</h3>
156160
{%for s in sessions %}
157-
<div id="sess{{s.id}}" class="sessblock actualsession track{{s.track.id}}{%if s.ispending%} sesspending{%endif%}" style="top: {{s.top}}px; width: {{sesswidth}}px; height: {{s.height}}px;">{{s.title}}<br/><i>{{s.speaker_list}}</i></div>
161+
<div id="sess{{s.id}}" class="sessblock actualsession track{{s.track.id}}{%if s.ispending%} sesspending{%endif%}" style="top: {{s.top}}px; width: {{sesswidth}}px; height: {{s.height}}px;"><br/>{{s.title}}<br/><i>{{s.speaker_list}}</i></div>
158162
{%endfor%}
159163
</div>
160164

@@ -179,5 +183,7 @@ <h2>{{day.day|date:"l, F d"}}</h2>
179183
When you are ready to publish, click <a href="publish/">here</a>. (you must
180184
save using the standard save button first, of course)
181185
</p>
186+
</div>
187+
</section>
182188
</body>
183189
</html>

0 commit comments

Comments
 (0)