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

Merge pull request #2006 from OpenTechFund/enhancement/add-confirmation_text_extra-to-landing-page

Add the confirmation_text_extra to round landing page.
parents 450d962d cc918f67
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@
<div class="rich-text">
<p>An e-mail with more information has been sent to the address you entered.</p>
<p>If you do not receive an e-mail within 15 minutes please check your
spam folder and contact {{ ORG_EMAIL }} for further assistance.</p>
spam folder and contact {{ ORG_EMAIL|urlize }} for further assistance.</p>
{% with email_context=page.specific %}<p>{{ email_context.confirmation_text_extra|urlize }}</p>{% endwith %}
</div>
</div>
{% 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