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

Change e-mail address in applicant e-mail template and add link to comments tab.

parent af3cba50
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,7 @@
{% block salutation %}Dear {{ submission.user.get_full_name|default:"applicant" }},{% endblock %}
{% block more_info %}You can access your application here: {{ request.scheme }}://{{ request.get_host }}{{ submission.get_absolute_url }}
If you have any questions, please submit them here: {{ request.scheme }}://{{ request.get_host }}{{ submission.get_absolute_url }}#communications
If you have any questions, please leave a message on your application or email us at info@opentech.fund{% endblock %}
If you have any issues accessing the submission system or other general inquiries, please email us at hello@opentech.fund
{% 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