Skip to content
Snippets Groups Projects
Commit 3691b9d0 authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Apply suggestion to soitool/inline_editable_soi_view.py

parent ecda6ebe
No related branches found
No related tags found
1 merge request!65#70 Støtte for vedlegg i InlineEditableSOIView & i soi.py
Pipeline #81049 passed
......@@ -163,7 +163,7 @@ class InlineEditableSOIView(QScrollArea):
self.number_of_non_attachment_pages = (
self.soi.get_number_of_non_attachment_pages()
)
# each attachment module requires it's own page
# Each attachment module requires it's own page
required_pages = self.number_of_non_attachment_pages + len(
self.soi.attachments
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment