rearrange
authorxenophenes <xenophenes42@gmail.com>
Wed, 12 Jul 2017 22:13:08 +0000 (15:13 -0700)
committerxenophenes <xenophenes42@gmail.com>
Wed, 12 Jul 2017 22:13:08 +0000 (15:13 -0700)
templates/pages/schedule.html

index c998bd5922b0e5ae908980a614b139a4e54ea1dc..20f038f9cda58bcf98a9120d45c3737716379111 100644 (file)
 <p>
   You can find the full conference information at the
   <a href="{{conference.confurl}}">conference website</a>.
+</p><p>
   This schedule is subject to changes. This page will be updated when any
-  changes occur.
+  changes occur. This schedule is also available in <a href="ical/">iCalendar</a> format.
 </p>
-
+<hr>
 {%for day in days%}
 <h2>{{day.day|datetimeformat("%A, %B %d")}}</h2>
 <div class="schedwrap" style="height: {{day.schedule_height}}px; width: {{day.schedule_width}}px;">
@@ -36,8 +37,6 @@
 
 {%endfor%}
 
-<p>This schedule is also available in <a href="ical/">iCalendar</a> format.</p>
-
 <h2>Tracks</h2>
 {%for track in tracks%}
 <div class="track{{track.id}}">{{track.trackname}}</div>