From f4f9a0db5d1e8963a5b5a3adfb36a3f5e12a1c7f Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Tue, 17 Aug 2021 15:46:43 +0200 Subject: [PATCH] Optimize iFrame Widget #268 --- project/templates/_macros.html | 2 +- project/templates/widget/event_date/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/templates/_macros.html b/project/templates/_macros.html index e80ca2e..d75259f 100644 --- a/project/templates/_macros.html +++ b/project/templates/_macros.html @@ -818,7 +818,7 @@ {% else %}
  • {{ _('Previous') }}
  • {% endif %} -
  • {{ _('Page %(page)d of %(pages)d (%(total)d total)', page=pagination["page"], pages=pagination["pages"], total=pagination["total"]) }}
  • +
  • {{ _('Page %(page)d of %(pages)d (%(total)d total)', page=pagination["page"], pages=pagination["pages"], total=pagination["total"]) }}
  • {% if pagination['next_url'] %}
  • {{ _('Next') }}
  • {% else %} diff --git a/project/templates/widget/event_date/list.html b/project/templates/widget/event_date/list.html index 022dca9..8fdb01f 100644 --- a/project/templates/widget/event_date/list.html +++ b/project/templates/widget/event_date/list.html @@ -88,7 +88,7 @@
    {% if date.event.photo_id %} - + {% endif %}