forked from CGM_Public/pretix_original
Reduced "tickets and/or products" to "products"
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
{% load eventsignal %}
|
{% load eventsignal %}
|
||||||
{% load rich_text %}
|
{% load rich_text %}
|
||||||
{% for tup in items_by_category %}
|
{% for tup in items_by_category %}
|
||||||
<section{% if tup.0 %} aria-labelledby="category-{{ tup.0.id }}"{% else %} aria-label="{% trans "Uncategorized tickets and/or products" %}"{% endif %}{% if tup.0.description %} aria-describedby="category-info-{{ tup.0.id }}"{% endif %}>
|
<section{% if tup.0 %} aria-labelledby="category-{{ tup.0.id }}"{% else %} aria-label="{% trans "Uncategorized products" %}"{% endif %}{% if tup.0.description %} aria-describedby="category-info-{{ tup.0.id }}"{% endif %}>
|
||||||
{% if tup.0 %}
|
{% if tup.0 %}
|
||||||
<h3 id="category-{{ tup.0.id }}">{{ tup.0.name }}</h3>
|
<h3 id="category-{{ tup.0.id }}">{{ tup.0.name }}</h3>
|
||||||
{% if tup.0.description %}
|
{% if tup.0.description %}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
{{ ev.event_microdata }}
|
{{ ev.event_microdata }}
|
||||||
</script>
|
</script>
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
<main aria-label="{% trans "General information, add tickets and/or products to your cart" %}">
|
<main aria-label="{% if show_cart %}{% trans "Your cart, general information, add products to your cart" %}{% else %}{% trans "General information, add products to your cart" %}{% endif %}">
|
||||||
{% if show_cart %}
|
{% if show_cart %}
|
||||||
<details class="panel panel-primary cart" open>
|
<details class="panel panel-primary cart" open>
|
||||||
<summary class="panel-heading">
|
<summary class="panel-heading">
|
||||||
|
|||||||
Reference in New Issue
Block a user