mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 01:23:11 -04:00
Unicoded the £ sign and the ' needed to render the job page.
This commit is contained in:
@@ -66,7 +66,7 @@ def showjob():
|
|||||||
uploaded_file_name='dispatch_20151114.csv',
|
uploaded_file_name='dispatch_20151114.csv',
|
||||||
uploaded_file_time=now,
|
uploaded_file_time=now,
|
||||||
template_used='Test message 1',
|
template_used='Test message 1',
|
||||||
flash_message='We’ve started sending your messages'
|
flash_message=u'We’ve started sending your messages'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user