wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.13k stars 184 forks source link

Jobs submitted from other users return a 500 instead of you cannot view this page #230

Closed Chris7 closed 6 years ago

Chris7 commented 6 years ago

job_view.html has code that requires the job to be populated, which is not possible if the user is not permitted to see the page.

Chris7 commented 6 years ago

Fixed via https://github.com/wooey/Wooey/pull/232