chirun-ncl / chirun-lti

An LTI provider presenting a simple interface to convert, host and securely display LaTeX and Markdown notes using Chirun.
Other
0 stars 2 forks source link

The teacher launch view should return a 404 response when the requested package does not exist #25

Open christianp opened 9 months ago

christianp commented 9 months ago

The TeacherLaunchView gets the UID of the package to show from an LTI launch custom parameter. If a package with that UID doesn't exist, it should show a 404 response. At the moment it just creates an uncaught python error, leading to a 500 response.