File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ conference:
1919 workshop-half-day-cost : ' $40'
2020 workshop-full-day-cost : ' $80'
2121 limited-capacity : true
22- waitlist : false
22+ waitlist : true
2323
2424workshop-only :
2525 # "show" only toggles the display of info in the registration bullets on the general-info/attend page
2626 show : true
2727 # "show-button" only affects button on /general-info/attend (useful in main conf is sold out)
28- show-button : false
28+ show-button : true
2929 undecided : false
3030 undecided-text : " Depending on availability, Workshop-ONLY registration may open at the beginning of May."
3131 url :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ <h2>Code4Lib {{ site.data.conf.year }} is Sold Out!</h2>
3838
3939 {% if site.data.registration.workshop-only.show-button %}
4040 < h3 > Workshops</ h3 >
41- < p > < a class ="btn btn-lg btn-warning " href ="{{ site.data.registration.workshop-only .url }} "> Workshop Registration</ a > </ p >
41+ < p > < a class ="btn btn-lg btn-warning " href ="{{ site.data.registration.conference .url }} "> Workshop Registration</ a > </ p >
4242 {% endif %}
4343 </ div >
4444 </ div >
You can’t perform that action at this time.
0 commit comments