Found a couple of commas down the back of the sofa....

This commit is contained in:
Pete Herlihy
2018-06-15 16:03:45 +01:00
committed by GitHub
parent 2e6deaabeb
commit 81de3701b5

View File

@@ -111,9 +111,9 @@ def feedback(ticket_type):
service_string = ''
feedback_msg = '{}\n{}{}'.format(
form.feedback.data
form.feedback.data,
service_string,
'' if user_email else '{} (no email address supplied)'.format(form.name.data),
'' if user_email else '{} (no email address supplied)'.format(form.name.data)
)
zendesk_client.create_ticket(