Skip to content

Commit

Permalink
Actually return indexable pages...
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Jan 20, 2025
1 parent 1111e85 commit f269cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uber/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ def INDEXABLE_PAGE_PATHS(self):
index_pages.append('/preregistration/start_badge_transfer')
if not c.ATTENDEE_ACCOUNTS_ENABLED:
index_pages.append('/preregistration/check_if_preregistered')
return index_pages

@request_cached_property
@dynamic
Expand Down

0 comments on commit f269cb4

Please sign in to comment.