From 416fa30929c957b5c78b99f2dec78ba6d9733193 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 6 Jan 2016 12:57:09 +0000 Subject: [PATCH] =?UTF-8?q?Make=20the=20=C2=A3=20string=20a=20unicode=20st?= =?UTF-8?q?ring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main/views/jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/jobs.py b/app/main/views/jobs.py index cdb24ddf7..fbcfe03f9 100644 --- a/app/main/views/jobs.py +++ b/app/main/views/jobs.py @@ -62,7 +62,7 @@ def showjob(): message for message in messages if message['status'] == 'Failed' ]) }, - cost='£0.00', + cost=u'£0.00', uploaded_file_name='dispatch_20151114.csv', uploaded_file_time=now, template_used='Test message 1',