diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_membership.html b/src/pretix/presale/templates/pretixpresale/event/checkout_membership.html index bf94bbcd5..238d7a9c6 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_membership.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_membership.html @@ -19,9 +19,9 @@
{% if form.position.seat %}
- +
+ {% trans "Seat" %} +
{% include "icons/seat.svg" with cls="svg-icon" %} {{ form.position.seat }} @@ -30,9 +30,9 @@ {% endif %} {% if form.position.addons.all %}
- +
+ {% trans "Selected add-ons" %} +
    {% for a in form.position.addons.all %} @@ -44,13 +44,13 @@ {% endif %} {% if form.position.subevent %}
    - +
    + {% trans "Date" context "subevent" %} +
    -
      +

      {{ form.position.subevent.name }} · {{ form.position.subevent.get_date_range_display_with_times_as_html }} -

    +

    {% endif %} diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html index f5320d954..1a67a01c8 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html @@ -95,9 +95,9 @@ {% endif %} {% if pos.seat %}
    - +
    + {% trans "Seat" %} +
    {% include "icons/seat.svg" with cls="svg-icon" %} {{ pos.seat }} @@ -106,9 +106,9 @@ {% endif %} {% if pos.addons_without_bundled %}
    - +
    + {% trans "Selected add-ons" %} +
      {% regroup pos.addons_without_bundled by item_and_variation as addons_by_itemvar %} @@ -121,13 +121,13 @@ {% endif %} {% if pos.subevent %}
      - +
      + {% trans "Date" context "subevent" %} +
      -
        +

        {{ pos.subevent.name }} · {{ pos.subevent.get_date_range_display_with_times_as_html }} -

      +

      {% endif %} diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_change_form.html b/src/pretix/presale/templates/pretixpresale/event/fragment_change_form.html index a3d13988e..b08146b99 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_change_form.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_change_form.html @@ -16,13 +16,13 @@
      {% if position.subevent %}
      - +
      + {% trans "Date" context "subevent" %} +
      -
        +

        {{ position.subevent.name }} · {{ position.subevent.get_date_range_display_with_times_as_html }} -

      +

      {% endif %}