From f81f9746bd41d51bebad18476fdb3f66bda06f11 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 6 Jul 2021 10:54:16 +0200 Subject: [PATCH] Tweak form field label --- 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 ec0e2656c..2fea60365 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 (2MB limit; for a figure or similar - please avoid annotated pdfs with ballooned file size)' + self.fields['file_attachment'].label = 'File attachment (2MB limit; for a figure or similar - please avoid annotated pdfs)' # Required fields on submission; optional on save as draft if 'save_submit' in self.data: -- GitLab