October 2008
14 posts
There’s a difference between “smart” and “visionary”
2 tags
Django Forms Hidden Fields in Custom Templates
For Django programmers - when you are creating a custom form template (possibly in an inclusion tag, as I am), while looping through fields, you will notice that your hidden fields come up as well. Very annoying, and no where in the documentation does it explain how to keep these hidden.
Just discovered that every “field” element has a property “is_hidden”. I had to dig...