mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
This is for tickets coming from non-logged-in users. It’s effectively the same as reporting a problem, but doesn’t have the banner about the status page (because we can’t tell if they’re actually reporting a problem now we’re not asking). It also gives a more generic page title.
4 lines
123 B
Python
4 lines
123 B
Python
QUESTION_TICKET_TYPE = 'ask-question-give-feedback'
|
|
PROBLEM_TICKET_TYPE = 'report-problem'
|
|
GENERAL_TICKET_TYPE = 'general'
|