This commit is contained in:
darthsandmann
2016-12-15 13:52:05 +01:00
parent aa300044f6
commit 41af35a624
13 changed files with 30 additions and 371 deletions

View File

@ -18,9 +18,9 @@ class Category(object):
#-------------------------------------------------------
def GET(self, cat, view, id=None):
#-------------------------------------------------------
self.db.ReadAll()
data = {}
if(cat != "Index"):
self.db.ReadAll()
if(view == "List"):
data['content'] = {}
data['headings'] = {}