From eafff677d92f0921158186f859ad25f057dd5769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 10 Dec 2019 10:41:10 +0200 Subject: [PATCH] Don't auto-submit the unsubscribe form. Email security scanners like Office 365 Enterprise open links and *execute JS* causing users to automatically unsubscribe the first time they receive an email. Can't think of a sane fix for this :-( --- templates/accounts/unsubscribe_submit.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/accounts/unsubscribe_submit.html b/templates/accounts/unsubscribe_submit.html index 5082c534..2f345e60 100644 --- a/templates/accounts/unsubscribe_submit.html +++ b/templates/accounts/unsubscribe_submit.html @@ -12,6 +12,4 @@ class="btn btn-lg btn-primary" value="Unsubscribe"> - - {% endblock %}