Closed sbaechler closed 12 years ago
Commit 3 is a fix because form_errors displays an empty list if used on formsets even if there are no errors.
A few of these have been cherry picked. Can you open new pull requests for any remaining features you'd like to merge?
Thanks!
Implemented feedback on previous commits. Refactored module for less code duplication and renamed form_item_tc tag to form_item_terms. I did not see an alternative way of implementing this function without just writing the form code by hand.
The other change adresses the added context variable tax_included which allows to alter the display of the tax depending on it being included in the item price or not.