mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Remove choosing postage from edit template content flow
This commit is contained in:
@@ -447,17 +447,6 @@ class EmailTemplateForm(BaseTemplateForm):
|
||||
|
||||
|
||||
class LetterTemplateForm(EmailTemplateForm):
|
||||
postage = RadioField(
|
||||
'Choose postage',
|
||||
choices=[
|
||||
('first', 'First class'),
|
||||
('second', 'Second class'),
|
||||
('None', "Service default"),
|
||||
],
|
||||
validators=[DataRequired()],
|
||||
default='None'
|
||||
)
|
||||
|
||||
subject = TextAreaField(
|
||||
u'Main heading',
|
||||
validators=[DataRequired(message="Can’t be empty")])
|
||||
|
||||
Reference in New Issue
Block a user