Fix #908 -- Fix display of ticket download message (#910)

This commit is contained in:
Mikkel Ricky
2018-05-14 14:34:50 +02:00
committed by Raphael Michel
parent 1c2acbb57f
commit 359a5d01e6

View File

@@ -91,7 +91,7 @@
{% endfor %}
</p>
{% endif %}
{% elif not download_buttons %}
{% elif not download_buttons and ticket_download_date %}
<div class="alert alert-info">
{% blocktrans trimmed with date=ticket_download_date|date:"SHORT_DATE_FORMAT" %}
You will be able to download your tickets here starting on {{ date }}.