Init Django-SHOP
This commit is contained in:
5
weirdlittleempire/forms.py
Normal file
5
weirdlittleempire/forms.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from shop.forms.checkout import CustomerForm as CustomerFormBase
|
||||
|
||||
|
||||
class CustomerForm(CustomerFormBase):
|
||||
field_order = ['salutation', 'first_name', 'last_name', 'email']
|
||||
Reference in New Issue
Block a user