django-floppyforms is an application designed to provide the user with full control of form rendering.
django-floppyforms is an application designed to provide the user with full control of form rendering. The main difference between django innate forms and django-floppy forms is that fields and widgets are rendered in templates instead of using string interpolation. This allows for full control of the presentation using Django templates