django-floppyforms-bootstrap3 icon indicating copy to clipboard operation
django-floppyforms-bootstrap3 copied to clipboard

Not overriding attrs.html

Open robert-osborne opened this issue 10 years ago • 3 comments

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

robert-osborne avatar Jan 29 '16 03:01 robert-osborne

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?

grundleborg avatar Jan 29 '16 14:01 grundleborg

Hi, I'm experiencing the same issue despite following your installation instructions. @robert-osborne @grundleborg Did you find a solution? Thanks

pelegb avatar Jul 04 '16 19:07 pelegb

@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"

robert-osborne avatar Jul 04 '16 20:07 robert-osborne