Add readonly support for email profile settings.
More to come... Also this required some form tweaking/overhaul(s).
This commit is contained in:
parent
ba6bf87ded
commit
ef40af814a
13 changed files with 453 additions and 48 deletions
|
@ -24,7 +24,10 @@
|
|||
Forms
|
||||
"""
|
||||
|
||||
from .simpleform import *
|
||||
from formencode import Schema
|
||||
|
||||
from .core import Form, Field, FieldSet
|
||||
from .simpleform import SimpleForm, FormRenderer
|
||||
from .alchemy import AlchemyForm
|
||||
from .fields import *
|
||||
from .renderers import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue