diff --git a/frappe/email/bulk.py b/frappe/email/bulk.py index 7ba0c9d815..73a30aadac 100644 --- a/frappe/email/bulk.py +++ b/frappe/email/bulk.py @@ -121,9 +121,9 @@ def check_bulk_limit(recipients): BulkLimitCrossedError) def add_unsubscribe_link(message, email, reference_doctype, reference_name, unsubscribe_url, unsubscribe_message): - unsubscribe_link = """
- {{ _("View this in your browser") }} + {{ _("View this in your browser") }}
diff --git a/frappe/templates/emails/standard.html b/frappe/templates/emails/standard.html index 6e4129d9a8..47dece3aed 100644 --- a/frappe/templates/emails/standard.html +++ b/frappe/templates/emails/standard.html @@ -12,7 +12,8 @@