forked from science-ation/science-ation
If school access type is open or openorinvite, show a message on the school access page to tell the school that they do not need to login in order to have their students register for the fair.
This commit is contained in:
parent
4c08f9c517
commit
d644f6dcd6
@ -214,6 +214,14 @@ else
|
||||
|
||||
|
||||
echo " <br><br>\n";
|
||||
if($config['participant_registration_type']=="open" || $config['participant_registration_type']=="openorinvite")
|
||||
{
|
||||
echo i18n("Note: Schools do not need to login in order to have students register from their school. Students can register by going to the Participant Registration Page. The only benefit of logging in is to update your school contact information or submit feedback.:");
|
||||
echo "<br />";
|
||||
echo " <a href=\"register_participants.php\">",i18n("Participant Registration")."</a><br />";
|
||||
|
||||
}
|
||||
echo "<br />";
|
||||
echo i18n("Please login below by selecting your school and entering your school <b>Access Code</b> that you received in your package");
|
||||
?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user