From 7cf5295e652e984968a6e5a287549bd85d85cf85 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 6 Jul 2021 10:41:17 +0200 Subject: [PATCH] Add explicit mention of upload file size limit in Report form --- scipost_django/submissions/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost_django/submissions/forms.py b/scipost_django/submissions/forms.py index 44ef955f4..ec0e2656c 100644 --- a/scipost_django/submissions/forms.py +++ b/scipost_django/submissions/forms.py @@ -1364,7 +1364,7 @@ class ReportForm(forms.ModelForm): 'cols': 100 }) - self.fields['file_attachment'].label = 'File attachment (for a figure or similar)' + self.fields['file_attachment'].label = 'File attachment (2MB limit; for a figure or similar - please avoid annotated pdfs with ballooned file size)' # Required fields on submission; optional on save as draft if 'save_submit' in self.data: -- GitLab