mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Rename and delete form templates
`report-a-problem’ becomes `form` because it’s not just being used for problems. 'ask-a-question' gets deleted because it’s not being used.
This commit is contained in:
@@ -144,7 +144,7 @@ def feedback(ticket_type):
|
||||
form.feedback.data = get_prefilled_message()
|
||||
|
||||
return render_template(
|
||||
'views/support/{}.html'.format(PROBLEM_TICKET_TYPE),
|
||||
'views/support/form.html',
|
||||
form=form,
|
||||
is_problem=(ticket_type == PROBLEM_TICKET_TYPE),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user