File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 140
140
141
141
</ head >
142
142
< body >
143
+ <!-- Content
144
+ ================================================== -->
145
+ < section id ="main " class ="wrapper ">
146
+ < div class ="container ">
143
147
< h1 > Create Conference Schedule - {{conference}}</ h1 >
144
148
< p >
145
149
< b > NOTE! THIS IS FOR CREATING A TENTATIVE SCHEDULE ONLY!</ b >
@@ -154,7 +158,7 @@ <h1>Create Conference Schedule - {{conference}}</h1>
154
158
< div id ="availablewrapper " style ="float:right; border:1px solid blue;width:{{sesswidth}}px;height:500px; ">
155
159
< h3 > Available sessions</ h3 >
156
160
{%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 >
158
162
{%endfor%}
159
163
</ div >
160
164
@@ -179,5 +183,7 @@ <h2>{{day.day|date:"l, F d"}}</h2>
179
183
When you are ready to publish, click < a href ="publish/ "> here</ a > . (you must
180
184
save using the standard save button first, of course)
181
185
</ p >
186
+ </ div >
187
+ </ section >
182
188
</ body >
183
189
</ html >
You can’t perform that action at this time.
0 commit comments