Mentions légales du service

Skip to content
  • BAIRE Anthony's avatar
    reimplement job access control using UserPassesTestMixin · fbc1f98b
    BAIRE Anthony authored
    - use the same mixin for the api and the UI (so that the authorization
      code is not duplicated)
    - renamed JobAuthorizationMixin as JobAuthMixin (because it is easier
      to type ;-)
    - LoginRequiredMixin is no longer required because authentication
      (and redirection to the login page) is handled by UserPassesTestMixin
    fbc1f98b