mirror of
https://github.com/pretix/pretix.git
synced 2026-08-05 09:57:49 +00:00
fix add-on-exclusive
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{% load eventsignal %}
|
||||
{% load rich_text %}
|
||||
{% for c in form.categories %}
|
||||
<fieldset{% if c.max_count == 1 or not c.multi_allowed %} data-addon-exclusive{% endif %}>
|
||||
<fieldset{% if c.max_count == 1 %} data-addon-exclusive{% endif %}>
|
||||
<legend>{{ c.category.name }}</legend>
|
||||
{% if c.category.description %}
|
||||
{{ c.category.description|rich_text }}
|
||||
|
||||
Reference in New Issue
Block a user