On Jan 16, 4:55 am, Oscar <oscar.m...@gmail.com> wrote:
> B.T.W. there is a way to modify login and registration form called by
> t2 functions?

The Views can be amended either by creating files called views/
login.html & views/register.html or else having in your controller
functons defintions for these:
response.view='myloginlayout.html'

If you want extra input boxes then simply add the extra fields to the
database definitions in t2.py & t2.create() should display them.

F
--~--~---------~--~----~------------~-------~--~----~
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 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to