It might be difficult to use a specific template for say all checkboxes in a project. It would be much easier if not most of the widgets would use the floppyforms/input.html as default template.
So every widget should have a distinct template name set, whichs only content would be
{% extends "floppyforms/input.html" %}
That way we can have full backwards compatibility.
It might be difficult to use a specific template for say all checkboxes in a project. It would be much easier if not most of the widgets would use the
floppyforms/input.html
as default template.So every widget should have a distinct template name set, whichs only content would be
That way we can have full backwards compatibility.
See #113 for the origin of this idea.