Skip to content
Snippets Groups Projects
Commit 487959ed authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! Implement a AddressField to incorporate backend clean methods

parent fee558be
No related branches found
No related tags found
Loading
from django.db import models
# Create your models here.
...@@ -85,7 +85,7 @@ class AddressWidget(NestedMultiWidget): ...@@ -85,7 +85,7 @@ class AddressWidget(NestedMultiWidget):
js = ( js = (
'jquery.addressfield.min.js', 'jquery.addressfield.min.js',
'address_form.js', 'address_form.js',
) )
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
attrs = kwargs.get('attrs', dict()) attrs = kwargs.get('attrs', dict())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment