forked from CGM_Public/pretix_original
Update src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html
Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
@@ -376,7 +376,7 @@
|
|||||||
{% if c.items_missing %}
|
{% if c.items_missing %}
|
||||||
<div class="product-appendix-row">
|
<div class="product-appendix-row">
|
||||||
<p class="text-muted">
|
<p class="text-muted">
|
||||||
{% trans "There are currently selected products in this add-on category that currently cannot be changed because they are not on sale:" %}
|
{% trans "There are products selected in this add-on category that currently cannot be changed because they are not on sale:" %}
|
||||||
</p>
|
</p>
|
||||||
<ul class="text-muted">
|
<ul class="text-muted">
|
||||||
{% for itemvar, count in c.items_missing.items %}
|
{% for itemvar, count in c.items_missing.items %}
|
||||||
|
|||||||
Reference in New Issue
Block a user