Lagerregal/settings/base.py references several files in a folder pdf_forms:
LABEL_ICON = "pdf_forms/minerva.jpg"
HANDOVER_PROTOCOL_LOCATION = "pdf_forms/Leihschein.pdf"
TRASHED_PROTOCOL_LOCATION = "pdf_forms/geraeterueckgabe_lagerregal.pdf"
These files are missing from the repository, resulting in 500 responses.
I would expect either to have example files or to leave these options empty and hide the related UI.
Lagerregal/settings/base.pyreferences several files in a folder pdf_forms:These files are missing from the repository, resulting in 500 responses.
I would expect either to have example files or to leave these options empty and hide the related UI.