mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-03 15:41:06 -04:00
Edit template postage from a separate view
This commit is contained in:
@@ -471,6 +471,17 @@ class LetterTemplateForm(EmailTemplateForm):
|
||||
)
|
||||
|
||||
|
||||
class LetterTemplatePostageForm(StripWhitespaceForm):
|
||||
postage = RadioField(
|
||||
'Choose the postage for this letter template',
|
||||
choices=[
|
||||
('first', 'First class'),
|
||||
('second', 'Second class'),
|
||||
],
|
||||
validators=[DataRequired()]
|
||||
)
|
||||
|
||||
|
||||
class ForgotPasswordForm(StripWhitespaceForm):
|
||||
email_address = email_address(gov_user=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user