Fix #2150 -- Do not expose internal product names in modify view (#2151)

This commit is contained in:
Richard Schreiber
2021-07-12 15:55:32 +02:00
committed by GitHub
parent bb80ef067a
commit 8985dfc5eb

View File

@@ -63,7 +63,7 @@
{% for form in forms %}
{% if form.pos.item != pos.item %}
{# Add-Ons #}
<legend>+ {{ form.pos.item }}</legend>
<legend>+ {{ form.pos.item.name }}</legend>
{% endif %}
{% bootstrap_form form layout="checkout" %}
{% endfor %}