<div {{ bound_field.form.question.qstyle|safe}}>
If no qstyle is set, you get <div None> which is...
fix:
<div {{ bound_field.form.question.qstyle|default_if_none:""|safe}}>
Original issue reported on code.google.com by cfkars...@gmail.com on 22 Jul 2008 at 8:19
Original issue reported on code.google.com by
cfkars...@gmail.com
on 22 Jul 2008 at 8:19