alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

auth.settings.formstyle='table2cols' breaks register form #188

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From teemu.ku...@gmail.com on February 13, 2011 02:45:24

These steps will reproduce the problem?

  1. Edit db.py model in default Welcome app
  2. Add line: auth.settings.formstyle='table2cols'
  3. Try to go to register page of the Welcome app and web2py issues tickets. Web2py is unable to create standard register form.

Web2py issues ticket: see attached ticket What version of the product are you using? On what operating system? I tried both trunk and stable versions on windows7. Please provide any additional information below. changing auth.settings.formstyle='table2cols' breaks not only welcome app but also my own app. Default setting 'table3cols' works perfectly!

Attachment: 127.0.0.1.2011-02-13.pdf

Original issue: http://code.google.com/p/web2py/issues/detail?id=190

alfonsodg commented 10 years ago

From massimo....@gmail.com on February 18, 2011 06:45:03

Status: Fixed