Skip to content
Snippets Groups Projects

Release career template test

Merged Alexa Valentová requested to merge feat/fix-octo-import into test
37 files
+ 1202
150
Compare changes
  • Side-by-side
  • Inline
Files
37
@@ -36,7 +36,7 @@ class Command(BaseCommand):
if not hasattr(people_page.root_page, "image_collection_id"):
# FIXME: This should not be UniwebHomePage, but sometimes it is.
continue
collection_id = people_page.root_page.image_collection_id
if collection_id is None:
Loading