Skip to content
Snippets Groups Projects
Commit 04468225 authored by N.Geisler & B. Hättasch's avatar N.Geisler & B. Hättasch
Browse files

fix mailto link in footer

parent 7a7332b9
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
{% block footer_custom %}
{% if event.contact_email %}
<h4>
<a href="mailto://{{ event.contact_email }}">{% fontawesome_icon "envelope" %} {% trans "Write to organizers of this event for questions and comments" %}</a>
<a href="mailto:{{ event.contact_email }}">{% fontawesome_icon "envelope" %} {% trans "Write to organizers of this event for questions and comments" %}</a>
</h4>
{% endif %}
{% 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