django-nested-inline
django-nested-inline copied to clipboard
Inline + Maps: Uncaught SyntaxError: Unexpected token -
Hi, I'm using this package in combination with another package (django-easy-map) so I can add several address to a record.
I tested independently both packages and works. But when I try to use them together I have a syntax error inside the javascript of my easy-map code, due to it is trying to create a variable with the name of the id of the inline field, but this one includes dashes (i.e. "set-0-addresses_set-0-address") and of course it throws syntax errors.