- Link in the password change page to the volunteer mani page

This commit is contained in:
dave 2007-11-16 07:41:54 +00:00
parent e43eb703a5
commit 7d825a7cbf

View File

@ -74,6 +74,10 @@
echo happy(i18n("Thank you for completing the volunteer registration process. We look forward to seeing you at the fair"));
}
echo "<br />";
echo i18n('Other Options and Things To Do').':<br />';
echo '<ul>';
echo '<li><a href="user_password.php">Change My Password</a></li>';
echo '</ul>';
send_footer();
?>