mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #2311 from alphagov/show-postage-class
Add letter class row to settings page, visible to platform admin only
This commit is contained in:
@@ -684,6 +684,17 @@ class ServiceSwitchLettersForm(StripWhitespaceForm):
|
||||
)
|
||||
|
||||
|
||||
class ServicePostageForm(StripWhitespaceForm):
|
||||
|
||||
postage = RadioField(
|
||||
'Choose your postage',
|
||||
choices=[
|
||||
('first', 'First class only'),
|
||||
('second', 'Second class only'),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
class BrandingStyle(RadioField):
|
||||
|
||||
def post_validate(self, form, validation_stopped):
|
||||
|
||||
Reference in New Issue
Block a user