fix add-on-exclusive

This commit is contained in:
Richard Schreiber
2024-03-11 11:22:30 +01:00
parent 282b8a7abf
commit 28db030908
@@ -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 }}