Done
This commit is contained in:
@ -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'] = {}
|
||||
|
Reference in New Issue
Block a user