Skip to content

Commit

Permalink
Turning on waitlist
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Jan 28, 2025
1 parent 136fc7a commit e08bed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _data/registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ conference:
workshop-half-day-cost: '$40'
workshop-full-day-cost: '$80'
limited-capacity: true
waitlist: false
waitlist: true

workshop-only:
# "show" only toggles the display of info in the registration bullets on the general-info/attend page
show: true
# "show-button" only affects button on /general-info/attend (useful in main conf is sold out)
show-button: false
show-button: true
undecided: false
undecided-text: "Depending on availability, Workshop-ONLY registration may open at the beginning of May."
url:
Expand Down
2 changes: 1 addition & 1 deletion general-info/attend.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>Code4Lib {{ site.data.conf.year }} is Sold Out!</h2>

{% if site.data.registration.workshop-only.show-button %}
<h3>Workshops</h3>
<p><a class="btn btn-lg btn-warning" href="{{ site.data.registration.workshop-only.url }}">Workshop Registration</a></p>
<p><a class="btn btn-lg btn-warning" href="{{ site.data.registration.conference.url }}">Workshop Registration</a></p>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit e08bed7

Please sign in to comment.