diff --git a/source/_includes/talks-table.html.twig b/source/_includes/talks-table.html.twig index 9ba49347..d8624497 100644 --- a/source/_includes/talks-table.html.twig +++ b/source/_includes/talks-table.html.twig @@ -16,6 +16,7 @@ + {% set today = 'today'|date('Y-m-d') %} {% for row in events %} @@ -64,7 +65,7 @@ {% if not upcoming %} - {% if row.date.feedback %} + {% if row.date.feedback and row.date.date <= today %}