Updating the job view
I rewrote the job view in the CBV paradigm using the generic `View`
view. By doing this, I use the `JobAuthorizationMixin` to restrict the
visibility of a job to its creator. I updated as well the `urls.py` file
to call this new class.
Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
Please register or sign in to comment