diff --git a/__init__.py b/__init__.py index 590460b..fd4c6d9 100644 --- a/__init__.py +++ b/__init__.py @@ -102,6 +102,9 @@ def save_items(): draftJamla['theme']['options']= {} draftJamla['theme']['options']['styles'] = [] + # Pages as empty array + draftJamla['pages'] = [] + items = [] for index, item in enumerate(form.title.data): item = {}