Skip to content

Commit

Permalink
Text updates to band and dept head checklist
Browse files Browse the repository at this point in the history
Fixes an issue where the Guidebook step had hard-coded text instead of using the configured text. Also updates the text for the location of Autographs, which is moving.
  • Loading branch information
kitsuta committed Oct 23, 2024
1 parent e502c62 commit 651395d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uber/templates/dept_checklist/guidebook_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3><a href="../schedule/edit" target="_blank">Edit Schedule for {{ c.EVENT_NAME
<form method="post" action="guidebook_schedule">
{{ csrf_token() }}
<input type="hidden" name="department_id" value="{{ department.id }}" />
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 }}
<br/>
<input type="submit" name="submitted" value="I have added my department's events to the schedule" />
</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@

<p>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.</p>

<p>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.</p>
<p>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.</p>
{% endblock %}

0 comments on commit 651395d

Please sign in to comment.