diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_customer.html b/src/pretix/presale/templates/pretixpresale/event/checkout_customer.html index 28992c4d14..24769f49a1 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_customer.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_customer.html @@ -5,6 +5,7 @@ {% load eventurl %} {% load rich_text %} {% block inner %} +

{% trans "Customer account" %}

{% csrf_token %}
diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_payment.html b/src/pretix/presale/templates/pretixpresale/event/checkout_payment.html index e658d5a4a1..a5daa16998 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_payment.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_payment.html @@ -8,6 +8,7 @@ {% include "pretixpresale/event/fragment_walletdetection_head.html" %} {% endblock %} {% block inner %} +

{% trans "Payment" %}

{% if current_payments %}

{% trans "You already selected the following payment methods:" %}

diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index 01e3f3d3bb..61883dcff4 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -81,7 +81,7 @@
{% endif %} -

+

{% if subevent_list_foldable %} {% if show_cart %} {% trans "Add tickets for a different date" %} @@ -91,7 +91,7 @@ {% else %} {% trans "Choose date to book a ticket" %} {% endif %} -

+

{% if subevent_list_foldable %}
@@ -219,6 +219,7 @@ {% endif %} +

{% trans "Products" %}

{% include "pretixpresale/event/fragment_product_list.html" %} {% if ev.presale_is_running and display_add_to_cart %}
@@ -246,14 +247,14 @@ {% if show_vouchers %} {% endif %} {% if not cart_namespace %} {% eventsignal event "pretix.presale.signals.front_page_bottom" subevent=subevent request=request %}