From 0f65ca1c0966a6bbd6a23aab11f630481e4f5464 Mon Sep 17 00:00:00 2001 From: Szymon Rzepka Date: Fri, 9 Jan 2026 12:21:28 +0100 Subject: [PATCH] Fix background of event search inputs in dark mode --- issues/templates/issues/_event_nav.html | 2 +- issues/templates/issues/event_404.html | 2 +- issues/templates/issues/event_list.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/issues/templates/issues/_event_nav.html b/issues/templates/issues/_event_nav.html index 45848ef..c0c36d3 100644 --- a/issues/templates/issues/_event_nav.html +++ b/issues/templates/issues/_event_nav.html @@ -2,7 +2,7 @@ {% load i18n %}
{# nav="last": when doing a new search on an event-page, you want the most recent matching event to show up #} - +
{% if has_prev %} {# no need for 'is_first': if you can go to the left, you can go all the way to the left too #} diff --git a/issues/templates/issues/event_404.html b/issues/templates/issues/event_404.html index c7604f1..211b52d 100644 --- a/issues/templates/issues/event_404.html +++ b/issues/templates/issues/event_404.html @@ -16,7 +16,7 @@
{# copy/paste of _event_nav, but not based on any event (we have none), prev/next are meaningless also; first/last only when we have an event_qs to navigate through #}
{# nav="last": when doing a new search on an event-page, you want the most recent matching event to show up #} - +
{% if event_qs_count %} diff --git a/issues/templates/issues/event_list.html b/issues/templates/issues/event_list.html index 01f6e8b..5652bfa 100644 --- a/issues/templates/issues/event_list.html +++ b/issues/templates/issues/event_list.html @@ -27,7 +27,7 @@ {# adapted copy/pasta from _event_nav #}
- +
{% if page_obj.has_previous %} {# no need for 'is_first': if you can go to the left, you can go all the way to the left too #}