forked from CGM_Public/pretix_original
Show suebvent in addons view
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
</summary>
|
||||
<div id="cp{{ form.cartpos.pk }}">
|
||||
<div class="panel-body">
|
||||
{% if form.cartpos.subevent %}
|
||||
<p>
|
||||
<span class="fa fa-calendar"></span>
|
||||
{{ form.cartpos.subevent.name }} · {{ form.cartpos.subevent.get_date_range_display }}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% for c in form.categories %}
|
||||
<fieldset>
|
||||
<legend>{{ c.category.name }}</legend>
|
||||
|
||||
Reference in New Issue
Block a user