Convert 'people' view to use MasterView pattern.
This commit is contained in:
parent
717a614194
commit
fee00b96a2
5 changed files with 62 additions and 139 deletions
tailbone/forms
|
@ -29,7 +29,7 @@ from formencode import Schema
|
|||
from .core import Form, Field, FieldSet
|
||||
from .simpleform import SimpleForm, FormRenderer
|
||||
from .alchemy import AlchemyForm
|
||||
from .fields import *
|
||||
from .fields import AssociationProxyField
|
||||
from .renderers import *
|
||||
|
||||
from tailbone.forms import renderers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue