mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-01 04:09:46 -04:00
Updated support logic to represent new urls structure
This commit is contained in:
@@ -446,8 +446,8 @@ class SupportType(Form):
|
||||
support_type = RadioField(
|
||||
'How can we help you?',
|
||||
choices=[
|
||||
('problem', 'Report a problem'),
|
||||
('question', 'Ask a question or give feedback'),
|
||||
('report-problem', 'Report a problem'),
|
||||
('ask-question-give-feedback', 'Ask a question or give feedback'),
|
||||
],
|
||||
validators=[DataRequired()]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user