Skip to content
Snippets Groups Projects
Commit fba62755 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Less empty lines in email base template.

parent 0e1b38a3
No related branches found
No related tags found
No related merge requests found
{% 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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment