From e6767c4d01daa8151409503190afc7d7058164be Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Fri, 21 Feb 2020 15:30:48 +0000 Subject: [PATCH] Make links in validation summaries red --- app/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/utils.py b/app/utils.py index acbd4c9c9..07d7b78c2 100644 --- a/app/utils.py +++ b/app/utils.py @@ -572,7 +572,7 @@ LETTER_VALIDATION_MESSAGES = { 'detail': ( 'You need to change the size or orientation of {invalid_pages}.
' 'Files must meet our ' - '' + '' 'letter specification' '.' ), @@ -589,7 +589,7 @@ LETTER_VALIDATION_MESSAGES = { 'detail': ( 'You need to edit {invalid_pages}.
' 'Files must meet our ' - '' + '' 'letter specification' '.' ), @@ -631,7 +631,7 @@ LETTER_VALIDATION_MESSAGES = { 'detail': ( 'You need to add a recipient address.
' 'Files must meet our ' - '' + '' 'letter specification' '.' ),