Printing inline formsets as UL / P
By default all forms created using inlineformset_factory are displayed as tables (because there is only a .as_table method) and there are no .as_p or .as_ul methods in them, so you need to do that by hand.
- django
- formset
- inline
- not-django-admin