diff --git a/enterprise/views.py b/enterprise/views.py index 4b20f60e4f..1086fdb4d8 100644 --- a/enterprise/views.py +++ b/enterprise/views.py @@ -1753,7 +1753,8 @@ def post(self, request, enterprise_uuid, course_id): return redirect(premium_flow) - def _handle_user_consent_flow(self, request, enterprise_customer, enterprise_catalog_uuid, course_id, course_mode): + @staticmethod + def _handle_user_consent_flow(request, enterprise_customer, enterprise_catalog_uuid, course_id, course_mode): """ For the audit course modes (audit, honor) or for the premium course modes (Verified, Prof Ed) where DSC is required, redirect