mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Show suebvent in addons view
This commit is contained in:
@@ -20,6 +20,12 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<div id="cp{{ form.cartpos.pk }}">
|
<div id="cp{{ form.cartpos.pk }}">
|
||||||
<div class="panel-body">
|
<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 %}
|
{% for c in form.categories %}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{{ c.category.name }}</legend>
|
<legend>{{ c.category.name }}</legend>
|
||||||
|
|||||||
Reference in New Issue
Block a user