Skip to content

Commit

Permalink
Fix sending attachments on accident
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Jan 20, 2025
1 parent f8787cd commit aa62f3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def prepare_message(self):
request=self.request,
)
parameters = {
"parameters": self.form_data_adapter.format_fields(),
"parameters": self.form_data_adapter.filter_parameters(),
"url": self.context.absolute_url(),
"title": self.context.Title(),
"mail_header": mail_header,
Expand Down

0 comments on commit aa62f3c

Please sign in to comment.