Hello, I've been trying to write a macro to render Bootstrap forms with Jinja. I'm getting this error that I think is probably pretty basic with respect to Jinja templates, but I haven't used them much so I don't recognize it.
When I call field(class_=class_, placeholder=placeholder, **kwargs), I get the error "'BoundField' object has no attribute '__call__'." Any ideas? Do I need to be doing something special so that "field" is callable? (Are BoundFields callable in general, or does that already indicate that something is wrong?) Thanks! Jean -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
