forked from CGM_Public/pretix_original
Fix product list in template
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
{% else %}
|
||||
{% for item in ac.items.all %}
|
||||
<a href="{% url "control:event.item" organizer=request.event.organizer.slug event=request.event.slug item=item.id %}">{{ item.name }}</a>
|
||||
{% if loop.revindex0 > 0 %}<br>{% endif %}
|
||||
{% if forloop.revcounter0 > 0 %}<br>{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user