Ejemplo n.º 1
0
 def ShowInputDishForm(self):
     d = Dish()
     print(LoadTpl("formtype0").format(self.selfurl))
     d.DishForm(self.q, self.selfurl)
     print(LoadTpl("submitendform"))
Ejemplo n.º 2
0
 def DishForm(self, q, selfurl):
     Dish.DishForm(self, q, selfurl)
     print(LoadTpl("vipdishdishform").format(self.bonus, self.calories))