Fix wrongly displayed download buttons

This commit is contained in:
Raphael Michel
2017-07-24 09:14:54 +02:00
parent 39179971c5
commit d2d77f28aa
2 changed files with 5 additions and 2 deletions

View File

@@ -130,7 +130,7 @@
{% endif %}
{% endif %}
</div>
{% if download %}
{% if download and line.item.admission|default:event.settings.ticket_download_nonadm %}
<div class="download-mobile">
{% if not line.addon_to or event.settings.ticket_download_addons %}
{% for b in download_buttons %}