Remove icon from "add to calendar"

This commit is contained in:
Raphael Michel
2017-05-10 13:28:07 +02:00
parent f451977a04
commit 89d6166dbe

View File

@@ -106,7 +106,7 @@
{% endif %}
<br>
<a href="{% eventurl event "presale:event.ical.download" %}">
<i class="fa fa-calendar"></i> {% trans "Add to Calendar" %}
{% trans "Add to Calendar" %}
</a>
</p>
</div>