I don't see anything wrong with it, but a number of people seem to have a
philosophical objection to using a forms library that renders itself with a
different templating language than the rest of the web page. It is also
possible but time consuming to replace the deform templates with some other
templating language...
Using deform with jinja2:
{{ form.render() | safe }}
Using deform with Chameleon:
<div tal:replace="structure form.render()"/>
Using deform with Mako:
${ form.render() | n }
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.