mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
notify-552 remove option to use priority queue from UI
This commit is contained in:
@@ -1234,15 +1234,7 @@ class BaseTemplateForm(StripWhitespaceForm):
|
||||
NoCommasInPlaceHolders()
|
||||
]
|
||||
)
|
||||
process_type = GovukRadiosField(
|
||||
"Use priority queue?",
|
||||
choices=[
|
||||
('priority', 'Yes'),
|
||||
('normal', 'No'),
|
||||
],
|
||||
thing='yes or no',
|
||||
default='normal'
|
||||
)
|
||||
process_type = HiddenField('normal')
|
||||
|
||||
|
||||
class SMSTemplateForm(BaseTemplateForm):
|
||||
|
||||
Reference in New Issue
Block a user