Exemplo n.º 1
0
 def POST(self):
     catId = CrudForms.receiveAddEditCategoryForm()
     return render.back_to_category(catId)
Exemplo n.º 2
0
 def POST(self):
     CrudForms.receiveAddEditCategoryForm()
     return render.back_to_categories()