mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -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 = ''
|
||||
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user