From e6a88c4d999be1a3d5ad08f8e6566d1c6b38f7cc Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 22 Mar 2020 15:32:41 +0100 Subject: [PATCH] add events filter --- templates/events.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/events.html.twig b/templates/events.html.twig index 1d5e3e4..2c11e86 100644 --- a/templates/events.html.twig +++ b/templates/events.html.twig @@ -17,7 +17,7 @@ {% for snapshot in snapshots %} {% if date == snapshot.date.format('Y-m-d') %} - {{ snapshot.date.format('d/m/Y H:i:s') }} + {{ snapshot.date.format('d/m/Y H:i:s') }} {% endif %} {% endfor %}