Skip to content

Commit

Permalink
more login_not_required
Browse files Browse the repository at this point in the history
  • Loading branch information
xavfernandez committed Jan 6, 2025
1 parent ba59960 commit f2272b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itou/www/signup/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ class JobSeekerCredentialsSignupView(SignupView):
form_class = forms.JobSeekerCredentialsSignupForm
template_name = "signup/job_seeker_signup_credentials.html"

@login_not_required
def dispatch(self, request, *args, **kwargs):
if global_constants.ITOU_SESSION_JOB_SEEKER_SIGNUP_KEY not in request.session:
return HttpResponseRedirect(reverse("signup:job_seeker"))
Expand Down

0 comments on commit f2272b8

Please sign in to comment.