Add initial/basic user feedback form support
This commit is contained in:
parent
4ec8fdcf82
commit
1c0c148294
4 changed files with 122 additions and 1 deletions
|
@ -32,4 +32,5 @@ from .alchemy import AlchemyForm
|
|||
from .fields import AssociationProxyField
|
||||
from .renderers import *
|
||||
|
||||
from tailbone.forms import renderers
|
||||
from . import renderers
|
||||
from . import validators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue