diff --git a/uber/templates/dept_checklist/guidebook_schedule.html b/uber/templates/dept_checklist/guidebook_schedule.html index 40f27fb03..9c973b011 100644 --- a/uber/templates/dept_checklist/guidebook_schedule.html +++ b/uber/templates/dept_checklist/guidebook_schedule.html @@ -9,7 +9,7 @@

Edit Schedule for {{ c.EVENT_NAME
{{ csrf_token() }} -Make sure your public-facing events or open hours are on our Uber schedule so they can be exported to Guidebook. +{{ conf.full_description|default(conf.description, true)|safe }}
diff --git a/uber/templates/guest_checklist/band_autograph_deadline.html b/uber/templates/guest_checklist/band_autograph_deadline.html index ba86569c0..5768dee6a 100644 --- a/uber/templates/guest_checklist/band_autograph_deadline.html +++ b/uber/templates/guest_checklist/band_autograph_deadline.html @@ -46,5 +46,5 @@

The Rock Island Meet & Greet is a chance to sign merch purchased during the event, pose for pictures, and generally have a chance to talk to your fans after the show. This will occur in the Rock Island area of the Main Concert Hall.

-

The Autograph Session is a more formal signing session designed to be a quieter, more intimate experience for attendees and performers. Autograph sessions can occur any time throughout the weekend and will appear on the schedule. Sessions are held in Autographs, located in Expo E.

+

The Autograph Session is a more formal signing session designed to be a quieter, more intimate experience for attendees and performers. Autograph sessions can occur any time throughout the weekend and will appear on the schedule. Sessions are held in Autographs, located next to Rock Island.

{% endblock %} \ No newline at end of file