From fba62755021bd9ed43d61bf8493d777fbc7a52b8 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Tue, 11 Sep 2018 13:25:16 +0200 Subject: [PATCH] Less empty lines in email base template. --- .../funds/templates/funds/email/confirmation.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/opentech/apply/funds/templates/funds/email/confirmation.html b/opentech/apply/funds/templates/funds/email/confirmation.html index 06fe0ef44..8ce3bbd4c 100644 --- a/opentech/apply/funds/templates/funds/email/confirmation.html +++ b/opentech/apply/funds/templates/funds/email/confirmation.html @@ -1,15 +1,11 @@ {% extends "messages/email/base.html" %} -{% block content %} -{% with email_context=submission.page.specific %} -We appreciate your {{ email_context.title }} application submission to the Open Technology Fund. We will review and reply to your submission as quickly as possible. +{% block content %}{% with email_context=submission.page.specific %}We appreciate your {{ email_context.title }} application submission to the Open Technology Fund. We will review and reply to your submission as quickly as possible. Our reply will have the next steps for your {{ email_context.title }} application. You can find more information about our support options, review process and selection criteria on our website. -{{ email_context.confirmation_text_text }} -{% endwith %} +{{ email_context.confirmation_text_text }}{% endwith %} Project name: {{ submission.title }} Contact name: {{ submission.user.get_full_name }} -Contact email: {{ submission.user.email }} -{% endblock %} +Contact email: {{ submission.user.email }}{% endblock %} -- GitLab