Skip to content
Snippets Groups Projects

Release

Merged Alexa Valentová requested to merge test into master
52 files
+ 1628
167
Compare changes
  • Side-by-side
  • Inline
Files
52
@@ -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