Skip to content
Snippets Groups Projects
Commit 45fb16c3 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add information about receiving emails

parent 7372502e
No related branches found
No related tags found
1 merge request!1Reformat and cleanup
Pipeline #56121 canceled
...@@ -93,6 +93,9 @@ ...@@ -93,6 +93,9 @@
<p> <p>
{% blocktrans %} {% blocktrans %}
You can now choose a personal e-mail address hosted on our servers. You can now choose a personal e-mail address hosted on our servers.
For information about receiving mails, see <a
href="https://leopard.institute/pages/services.html">
https://leopard.institute/pages/services.html</a>
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<a href="{% url "set_email_needed" event.linked_group.short_name %}">{% trans "Register now" %}</a> <a href="{% url "set_email_needed" event.linked_group.short_name %}">{% trans "Register now" %}</a>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="card-content"> <div class="card-content">
<span class="card-title">{{ info_title }}</span> <span class="card-title">{{ info_title }}</span>
<p> <p>
{{ info_text }} {{ info_text | safe }}
</p> </p>
</div> </div>
</div> </div>
......
...@@ -287,7 +287,9 @@ class RegisterEventWizardView(SessionWizardView): ...@@ -287,7 +287,9 @@ class RegisterEventWizardView(SessionWizardView):
context["info_text"] = _( context["info_text"] = _(
"All participants need a personal e-mail address, which they check and read " "All participants need a personal e-mail address, which they check and read "
"temselves. We offer the possibility to register an e-mail address " "temselves. We offer the possibility to register an e-mail address "
"on our secure servers, made for young users." "on our secure servers, made for young users. For information about receiving "
"mails, see: "
"<a href='https://leopard.institute/pages/services.html'>https://leopard.institute/pages/services.html</a>." # noqa
) )
elif self.steps.current == "register": elif self.steps.current == "register":
context["page_title"] = "" context["page_title"] = ""
......
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