Fix voucher redemption page markup #2 (Amend to d97b7b4fb6)

This commit is contained in:
Martin Gross
2022-03-22 14:17:27 +01:00
parent d97b7b4fb6
commit c4d3c48837

View File

@@ -246,6 +246,7 @@
<input type="radio" name="_voucher_item"
{% if options == 1 %}checked="checked"{% endif %}
id="variation_{{ item.id }}_{{ var.id }}"
value="variation_{{ item.id }}_{{ var.id }}"
aria-label="{% blocktrans with item=item.name var=var %}Add {{ item }}, {{ var }} to cart{% endblocktrans %}"
{% if var.description %} aria-describedby="item-{{ item.pk }}-{{ var.pk }}-description"{% endif %}>
</label>