AI-SDC / SACRO-Viewer

A tool for fast, secure and effective output checking, which can work in any TRE.
Other
2 stars 1 forks source link

Add generic error pages for Django #217

Closed ghickman closed 1 year ago

ghickman commented 1 year ago

Each of Django's handlers wraps the generic error() view since all we really want in this application is a page saying something has gone wrong.

Users of the view can also pass an extra message which will be displayed below the text shown below.

Error page:

Ref: #12