Add initial/basic user feedback form support

This commit is contained in:
Lance Edgar 2016-05-01 20:39:05 -05:00
parent 4ec8fdcf82
commit 1c0c148294
4 changed files with 122 additions and 1 deletions

View file

@ -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