feat: show 4 upcoming events on homepage instead of 2
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
35b199c22e
commit
3a8cdd1eaa
@ -122,7 +122,7 @@ def index():
|
||||
'user_registered': registered,
|
||||
'user_can_attend': can_attend,
|
||||
})
|
||||
if len(upcoming_events) >= 2:
|
||||
if len(upcoming_events) >= 4:
|
||||
break
|
||||
|
||||
# Backward compat — next_event used by other parts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user