Skip to content

Commit

Permalink
Removed fields marked as required that were not actually used in the …
Browse files Browse the repository at this point in the history
…templates
  • Loading branch information
dhakim87 committed Aug 6, 2020
1 parent 885bbe7 commit 5e03837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microsetta_private_api/admin/email_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ class EmailMessage(Enum):
"Sample is valid",
"email/sample_is_valid.jinja2",
"email/sample_is_valid.plain",
("contact_name", "sample_barcode", "received_type", "resolution_url"),
("contact_name",),
EventType.EMAIL,
EventSubtype.EMAIL_SAMPLE_IS_VALID
)
no_associated_source = (
"No associated source",
"email/no_associated_source.jinja2",
"email/no_associated_source.plain",
("contact_name", "sample_barcode", "received_type", "resolution_url"),
("contact_name", "sample_barcode", "resolution_url"),
EventType.EMAIL,
EventSubtype.EMAIL_NO_SOURCE
)
Expand Down

0 comments on commit 5e03837

Please sign in to comment.