Displaying fieldsets with Jinja2 and Django forms, the quick way
We had two problems to solve: we wanted to use fieldsets with Django forms, and the follow-up issue, making that custom rendering Jinja2-compatible. There are plenty of awesome libraries/snippets to display forms as fieldsets, including django-form-utils. I wanted a quick and dirty and method of doing this. So here it is: step 1, add a…