Skip to content

Commit 19f667c

Browse files
committed
Update hotels hack
1 parent e5c11e3 commit 19f667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/cms/page/queries/cms_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def cms_page(
3434
from conferences.models import Conference
3535

3636
# hack so we can go live with this feature for now :)
37-
conference = Conference.objects.get(code="pycon2025")
37+
conference = Conference.objects.get(code="pycon2026")
3838

3939
user = info.context.request.user
4040
can_see_page = user.is_authenticated and user_has_admission_ticket(

0 commit comments

Comments
 (0)