mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-20 16:13:24 -04:00
move choices from form to view
so that when updating, you don't have to update two separate places
This commit is contained in:
@@ -1286,10 +1286,5 @@ class TemplateAndFoldersSelectionForm(Form):
|
||||
class ClearCacheForm(StripWhitespaceForm):
|
||||
model_type = RadioField(
|
||||
'What do you want to clear today',
|
||||
choices=[
|
||||
('user', 'Users'),
|
||||
('service', 'Services'),
|
||||
('template', 'Templates')
|
||||
],
|
||||
validators=[DataRequired()]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user