From 6b9275492b56f2fda7b117aa522993962de3465e Mon Sep 17 00:00:00 2001 From: Andreas Scherbaum Date: Fri, 16 Nov 2018 14:16:12 +0100 Subject: Include DKIM/SPF instructions on commit/review forms --- pgcommitfest/commitfest/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pgcommitfest/commitfest/views.py') diff --git a/pgcommitfest/commitfest/views.py b/pgcommitfest/commitfest/views.py index 8ead84d..54d4180 100644 --- a/pgcommitfest/commitfest/views.py +++ b/pgcommitfest/commitfest/views.py @@ -460,7 +460,7 @@ def comment(request, cfid, patchid, what): 'breadcrumbs': [{'title': cf.title, 'href': '/%s/' % cf.pk}, {'title': 'View patch', 'href': '/%s/%s/' % (cf.pk, patch.pk)}], 'title': "Add %s" % what, - 'note': 'Note! This form will generate an email to the public mailinglist %s, with sender set to %s!' % (settings.HACKERS_EMAIL, UserWrapper(request.user).email), + 'note': 'Note! This form will generate an email to the public mailinglist %s, with sender set to %s!
Please ensure that the email settings for your domain (DKIM, SPF) allow emails from external sources.' % (settings.HACKERS_EMAIL, UserWrapper(request.user).email), 'savebutton': 'Send %s' % what, }) -- cgit v1.2.3