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

Issue: #170 Minor fixes to e-mail templates. Comma efter Dear name, Space...

Issue: #170 Minor fixes to e-mail templates. Comma efter Dear name, Space after signature divider. Line break fixes.
parent bef1538a
No related branches found
No related tags found
No related merge requests found
{% block salutation %}Dear {{ user }}{% endblock %}
{% block salutation %}Dear {{ user }},{% endblock %}
{% block content %}{% endblock %}
......@@ -7,8 +7,7 @@
Kind Regards,
The OTF Team
--
--
Open Technology Fund
https://www.opentech.fund/
{% block post_signature_content %}{% endblock %}
......@@ -2,9 +2,9 @@
{% 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.
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 %}
......
......@@ -2,7 +2,7 @@
{% base_url_setting as base_url %}
Dear {{ name|default:username }},
An account on Open Technology Fund has been created. Activate your account by clicking this link or copying and pasting it to your browser:
An account on the Open Technology Fund web site has been created. Activate your account by clicking this link or copying and pasting it to your browser:
{% if site %}{{ site.root_url }}{% else %}{{ base_url }}{% endif %}{{ activation_path }}
......@@ -16,6 +16,6 @@ password: Your chosen password
Thanks,
The OTF Team
--
--
Open Technology Fund
https://www.opentech.fund/
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