コード例 #1
0
 def POST(self):
     catId = CrudForms.receiveAddEditCategoryForm()
     return render.back_to_category(catId)
コード例 #2
0
 def POST(self):
     CrudForms.receiveAddEditCategoryForm()
     return render.back_to_categories()