Ejemplo n.º 1
0
 def flash_no_redirect(self):
     tg.flash("Wow, flash!")
     return tg.get_flash()
Ejemplo n.º 2
0
 def flash_no_redirect(self):
     tg.flash("Wow, flash!")
     return tg.get_flash()
Ejemplo n.º 3
0
 def flash_after_redirect(self):
     return tg.get_flash()
Ejemplo n.º 4
0
 def flash_after_redirect(self):
     return tg.get_flash()