From cf52d9ee0a3a57fb84081250cd8da3002abd78e8 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Thu, 13 Jun 2019 09:17:32 +0200 Subject: [PATCH] Empty line after salutation and correct signature divider. --- opentech/apply/activity/templates/messages/email/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opentech/apply/activity/templates/messages/email/base.html b/opentech/apply/activity/templates/messages/email/base.html index 2c634ca5a..c5acd96f2 100644 --- a/opentech/apply/activity/templates/messages/email/base.html +++ b/opentech/apply/activity/templates/messages/email/base.html @@ -1,10 +1,11 @@ {% block salutation %}Dear {{ user }},{% endblock %} + {% block content %}{% endblock %} {% block more_info %}{% endblock %} Kind Regards, The OTF Team --- +-- Open Technology Fund https://www.opentech.fund/ {% block post_signature_content %}{% endblock %} -- GitLab