You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "coop_cms/templatetags/coop_utils.py", line 282, in group_in_sublists
return [list_of_objs[i:i+subslist_size] for i in range(0, len(list_of_objs), sublist_size)]
TypeError: object of type 'NoneType' has no len()
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: