15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
19
from genshi.filters import HTMLFormFiller
24
21
from ivle.webapp.base.xhtml import XHTMLView
27
23
class BaseFormView(XHTMLView):