From bb9c4fa18df401d0ce2428a753f9384fc3b37fb6 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Mon, 6 Jul 2026 17:38:23 +0200 Subject: [PATCH] Event calendar: Improve iOS VoiceOver month dropdown selection (Z#23234442) (#6320) --- .../event/fragment_subevent_calendar.html | 37 ++++++++----------- .../pretixpresale/organizers/calendar.html | 37 ++++++++----------- 2 files changed, 32 insertions(+), 42 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar.html b/src/pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar.html index 0adf14929..7402b12a5 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar.html @@ -20,28 +20,23 @@ {% endif %} {% endfor %} -
- {% trans "Select a month to display" %} -
- -
-
- + {% for y in subevent_list.years %} + {% for m in subevent_list.months %} + {% endfor %} - - - - -
-
+ {% endfor %} + + + + +
  • diff --git a/src/pretix/presale/templates/pretixpresale/organizers/calendar.html b/src/pretix/presale/templates/pretixpresale/organizers/calendar.html index 16e1044dd..a955ef3dd 100644 --- a/src/pretix/presale/templates/pretixpresale/organizers/calendar.html +++ b/src/pretix/presale/templates/pretixpresale/organizers/calendar.html @@ -52,28 +52,23 @@ {% endif %} {% endfor %} -
    - {% trans "Select a month to display" %} -
    - -
    -
    - + {% for y in years %} + {% for m in months %} + {% endfor %} - - - - -
    -
    + {% endfor %} + + + + +