We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c11e3 commit 19f667cCopy full SHA for 19f667c
backend/api/cms/page/queries/cms_page.py
@@ -34,7 +34,7 @@ def cms_page(
34
from conferences.models import Conference
35
36
# hack so we can go live with this feature for now :)
37
- conference = Conference.objects.get(code="pycon2025")
+ conference = Conference.objects.get(code="pycon2026")
38
39
user = info.context.request.user
40
can_see_page = user.is_authenticated and user_has_admission_ticket(
0 commit comments