diff --git a/_events/2021/11/2021-11-22_R.md b/_events/2021/11/2021-11-22_R.md
index 12fc46eb8f356359ce023f346190aca6a1243f5c..d82e135f63cbe43b0651abca78533ebcd2b65fb5 100644
--- a/_events/2021/11/2021-11-22_R.md
+++ b/_events/2021/11/2021-11-22_R.md
@@ -4,7 +4,10 @@ layout: event
 organizers:
   - meessen
 lecturers:
-  - TBA
+  - Annajiat Alim Rasel
+  - Marco de Lucia
+  - Ranjeet Singh
+  - Richard Gayle
 type:   workshop
 start:
     date:   "2021-11-22"
diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html
index 0cbdbf320231b6cb5865fed31ce8f5080108d8a5..a6b3cb404b1a17c82d34c4e2bff5db78fcb86887 100644
--- a/_layouts/frontpage.html
+++ b/_layouts/frontpage.html
@@ -27,8 +27,7 @@
                             {% assign today = "now" | date: "%Y-%m-%d" %}
                             {% assign has_upcoming_events = false %}
                             {% for event in sorted_events %}
-                            {%   if event.start.date < today or
-                                    event.registration_period.to < today %}
+                            {%   if event.start.date < today %}
                             {%      continue %}
                             {%   else %}
                             {%      assign has_upcoming_events = true %}