mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Sprinkle letter throughout the app
Let users create/edit/delete letter templates. Let them upload a CSV file or send a test against a letter template. Big assumption at the moment is that addresses only have one line, and therefore one column in the CSV file.
This commit is contained in:
@@ -276,6 +276,10 @@ class EmailTemplateForm(SMSTemplateForm):
|
||||
validators=[DataRequired(message="Can’t be empty")])
|
||||
|
||||
|
||||
class LetterTemplateForm(EmailTemplateForm):
|
||||
pass
|
||||
|
||||
|
||||
class ForgotPasswordForm(Form):
|
||||
email_address = email_address(gov_user=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user