Not overriding attrs.html
I'm trying to use this without success and finally tracked it down the fact the floppyforms/attrs.html is not being loaded.
If I include floppyforms/attrs.html myself, I get the django-floppyforms-bootstrap3 version, but django-floppy forms keeps including it's own, seemingly ignoring the load order.
This is django 1.8.8
I'm not 100% sure I follow exactly what's going wrong for you, but just to check, are you including this app before the main floppyforms app in your settings.py?
Hi, I'm experiencing the same issue despite following your installation instructions. @robert-osborne @grundleborg Did you find a solution? Thanks
@pelegb I ended up simply copying the entire templates directory from this project into my directory and modifying from there. At some point the floppyforms template tags are over-riding the load order and you can't "get there from here"