Minor updates
authorSarah Conway <sarahwiz210@yahoo.com>
Tue, 25 Jul 2017 00:12:12 +0000 (17:12 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Jul 2017 00:12:12 +0000 (17:12 -0700)
templates/confreg/schedule.html

index 4b4c41dbef4e60f676e7cc9e4475b66b6547f2d8..85898d24358c1e2fb1125476d22c350c733da574 100644 (file)
@@ -35,12 +35,14 @@ div.track{{track.id}} {
 </style>
 {%endblock%}
 {%block content%}
-<h1>Conference Schedule - {{conference}}</h1>
+<h1>Schedule</h1>
+<hr>
 <p>
 You can find the full conference information at the
 <a href="{{conference.confurl}}">conference website</a>.
-This schedule is subject to changes. This page will be updated when any
-changes occur.
+This schedule is subject to changes and will be updated when any
+changes occur. <a href="ical/">iCalendar</a> format. is also 
+available for mobile users.
 </p>
 
 {%for day in days%}
@@ -82,6 +84,4 @@ changes occur.
 </section>
 {%endfor%}
 
-<p>This schedule is also available in <a href="ical/">iCalendar</a> format.</p>
-
 {%endblock%}