Skip to content
Snippets Groups Projects
Commit 786cc913 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Fix mailto link in footer

parent 893ebc21
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,6 @@
{% 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></h4>
<h4><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.
Please register or to comment