Changeset - 0601470006eb
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-09-04 04:31:21
chrisjrn@gmail.com
Fixes bug in Radio Buttons products form.

Fixes #69.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
registrasion/forms.py
Show inline comments
...
 
@@ -208,7 +208,6 @@ class _RadioButtonProductsForm(_ProductsForm):
 
            yield (
 
                choice_value,
 
                1 if ours == choice_value else 0,
 
                self.FIELD,
 
            )
 

	
 
    def add_product_error(self, product, error):
0 comments (0 inline, 0 general)