mirror of
https://github.com/pretix/pretix.git
synced 2026-08-11 10:57:00 +00:00
Update src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html
Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
co-authored by
Richard Schreiber
parent
29a400da56
commit
a1bd49dd56
@@ -376,7 +376,7 @@
|
||||
{% if c.items_missing %}
|
||||
<div class="product-appendix-row">
|
||||
<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>
|
||||
<ul class="text-muted">
|
||||
{% for itemvar, count in c.items_missing.items %}
|
||||
|
||||
Reference in New Issue
Block a user