Change tpl-submit.php line 19 to:
if (!is_user_logged_in()) :
$step = 1;
else :
$step = 2;
if (!current_user_can('can_submit_job')) :
redirect_myjobs();
endif;
Change tpl-submit.php line 19 to:
if (!is_user_logged_in()) :
$step = 1;
else :
$step = 2;
if (!current_user_can('can_submit_job')) :
redirect_myjobs();
endif;