mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 09:29:49 -04:00
Found a couple of commas down the back of the sofa....
This commit is contained in:
@@ -111,9 +111,9 @@ def feedback(ticket_type):
|
|||||||
service_string = ''
|
service_string = ''
|
||||||
|
|
||||||
feedback_msg = '{}\n{}{}'.format(
|
feedback_msg = '{}\n{}{}'.format(
|
||||||
form.feedback.data
|
form.feedback.data,
|
||||||
service_string,
|
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(
|
zendesk_client.create_ticket(
|
||||||
|
|||||||
Reference in New Issue
Block a user