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

Add the confirmation_text_extra to round landing page.

parent 450d962d
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