You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ewdurbin Can you change the format of the job fair field in the sponsor record (such as https://us.pycon.org/2018/admin/sponsorship/sponsor/3/) so that I can enter text? Right now it only accepts whole numbers. There are sponsors who have opted out of that benefit and I'd like to document that in their record.
The goal is to out put what is in that job fair field in the body of the email to sponsors.
Currently the email template says:
Opportunity to reserve a table for the Job Fair on Sunday, May 13, 2018
Your Job Fair table # is:
For those with tables, it will out put a number. For those that don’t it just leaves it blank since the field is empty. To make things clearer, I think it would be best for us to state that they did not reserve a table.
The text was updated successfully, but these errors were encountered:
Issue #638 and #643 both relate to determining if a Sponsor is participating in the Job Fair or not!
This adds a Boolean that can annotate Job Fair Participation for each sponsor individually and exposes that in the the Django Admin.
PyCon staff can now explicitly set or unset Job Fair Participation so that we can auto generate the list of Job Fair Participants for #643 and hopefully expose the boolean for templates to contain different content for Sponsors who are and are not participating in the job fair.
Issue #638 and #643 both relate to determining if a Sponsor is participating in the Job Fair or not!
This adds a Boolean that can annotate Job Fair Participation for each sponsor individually and exposes that in the the Django Admin.
PyCon staff can now explicitly set or unset Job Fair Participation so that we can auto generate the list of Job Fair Participants for #643 and hopefully expose the boolean for templates to contain different content for Sponsors who are and are not participating in the job fair.
@ewdurbin Can you change the format of the job fair field in the sponsor record (such as https://us.pycon.org/2018/admin/sponsorship/sponsor/3/) so that I can enter text? Right now it only accepts whole numbers. There are sponsors who have opted out of that benefit and I'd like to document that in their record.
The goal is to out put what is in that job fair field in the body of the email to sponsors.
Currently the email template says:
For those with tables, it will out put a number. For those that don’t it just leaves it blank since the field is empty. To make things clearer, I think it would be best for us to state that they did not reserve a table.
The text was updated successfully, but these errors were encountered: