* extends 404 template (user should check the URL) * introduces new decorator "uuid_required" which performs a check on a given 'uuid' or 'id' parameter * throws a Http404 exception --> redirect to 404 template instead of 500 error template
* enables public access to reports for unrecorded old entries if their binding_date < 16.06.2018
* adds toggling of scrollable box table views * deactivates scrolling for public report view (so all entries can be seen if page is printed)
* splits intervention/views.py (+700 lines) into separate files in new module * view files can now be found in /intervention/views/...