Skip to content
Snippets Groups Projects
Unverified Commit f16fa456 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #632 from OpenTechFund/feature/add-link-to-determination-in-mail

Add a Read the complete determination here link in determinations e-m…
parents be58070d 2e85667f
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,6 @@ ...@@ -7,4 +7,6 @@
Your application has been reviewed and the outcome is: {{ determination.clean_outcome }} Your application has been reviewed and the outcome is: {{ determination.clean_outcome }}
{{ determination.message|bleach }} {{ determination.message|bleach }}
Read the complete determination here: {{ request.scheme }}://{{ request.get_host }}{{ determination.get_absolute_url }}
{% endblock %} {% 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