Generate organizer-level iCal files

This commit is contained in:
Raphael Michel
2017-07-14 14:25:05 +02:00
parent 4584d23434
commit f94314afec
7 changed files with 145 additions and 40 deletions

View File

@@ -52,6 +52,13 @@
{% endblocktrans %}
</div>
{% endif %}
<p class="text-center">
<a href="{% eventurl request.organizer "presale:organizer.ical" %}?locale={{ request.LANGUAGE_CODE }}"
class="btn btn-default">
<span class="fa fa-calendar"></span>
{% trans "Download calendar as iCal file" %}
</a>
</p>
{% include "pretixpresale/pagination.html" %}
{% endblock %}