forked from science-ation/science-ation
6c864d1b93
Create page text entry for 'invite only' volunteer registration Create a contact page to contact committee members, and link it into the committees page, and the bottom of the left side menu
3 lines
518 B
SQL
3 lines
518 B
SQL
INSERT INTO `pagetext` ( `id` , `textname` , `text` , `year` , `lastupdate` ) VALUES ( '', 'register_volunteer_invite', 'Thank you for volunteering for the fair. Volunteer registration is by invitation only.<br /><br />Please contact the fair and request to be invited as a volunteer. We will then send you an email with instructions on how to complete your volunteer registration.<br /><br />If you have been invited already, you need to login using the same email address that you were invited with.', '-1', '');
|
|
|