From 4616349b168234089a9d0ed92f05780c5fccdabb Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 21 Sep 2020 16:41:02 +0100 Subject: [PATCH] Add note --- app/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils.py b/app/utils.py index 3f2eabc02..44d455b3f 100644 --- a/app/utils.py +++ b/app/utils.py @@ -623,7 +623,7 @@ LETTER_VALIDATION_MESSAGES = { 'detail': ( 'You need to change the size or orientation of {invalid_pages}.
' 'Files must meet our ' - '' + '' 'letter specification' '.' ),