Is there any reason behind your choice to fork it instead of subclassing?
In my apps I often subclass Form and Inputs to change appearance and
behaviour.
On Friday, October 5, 2012 7:12:51 PM UTC+4, Bill Seitz wrote:
> I've tweaked form.py to use Bootstrap's "form-horizontal".
> I figured I'd share (and provide opportunity for other people to improve:)
> ).
> But forking seems like the wrong approach, since I doubt we want to
> require Bootstrap for everyone.
> Should I just make my own unconnected 1-file repository on GitHub?
> (Haven't used GitHub much, so not familiar with behavior patterns...)