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 %}