Skip to content

Commit

Permalink
/review can only be access when a category is in scope
Browse files Browse the repository at this point in the history
  • Loading branch information
said-moj committed Mar 11, 2025
1 parent 39fb035 commit 5b79b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/means_test/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def get_form_progress(self, current_form: BaseMeansTestForm) -> dict:
}


class CheckYourAnswers(FormsMixin, MethodView):
class CheckYourAnswers(FormsMixin, InScopeMixin, MethodView):
template = "check-your-answers.html"

def get(self):
Expand Down

0 comments on commit 5b79b09

Please sign in to comment.