Change the drop down to read Use priority queue? yes|no

This commit is contained in:
Rebecca Law
2017-01-18 16:03:30 +00:00
parent 3dfb3806d2
commit babafd8dc9
2 changed files with 4 additions and 4 deletions

View File

@@ -270,8 +270,8 @@ class SMSTemplateForm(Form):
NoCommasInPlaceHolders()
]
)
process_type = SelectField(u'Select priority or normal', choices=[('normal', 'normal'),
('priority', 'priority')],
process_type = SelectField(u'Use priority queue?', choices=[('normal', 'no'),
('priority', 'yes')],
default='normal')