Nice.

There are two typos on page 17.

1 def register(): retur dict(form=t2.register())
2 def login(): retur dict(form=t2.login())

should be:

1 def register(): return dict(form=t2.register())
2 def login(): return dict(form=t2.login())

On Oct 14, 3:51 pm, mdipierro <[EMAIL PROTECTED]> wrote:
> The latest T2 is here
>
>    http://mdp.cti.depaul.edu/examples/static/web2py.app.plugin_t2.tar
>
> (you need to install it as "plugin_t2")
>
> The manual is here
>
>    http://mdp.cti.depaul.edu/examples/static/t2.pdf
>
> I would appreciate if you send me corrections to the manual or better
> you were to try the examples and send me decent screenshots to
> include.
>
> To my students... You get points if you help with this!
>
> Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to