I'm using https://github.com/jeremyjbowers/django-autocomplete to use inline-admin autocomplete.
The problem occurs when I add another inline.... the name of the input doesnt have the number of the row, it have --prefix--.instead. I'm using the id to capture events with javascript, so I need each one to have the id with the row number.
Any idea why its doing that?
the template of the widget is:
So I think the {{name}} tag is not rendering..... as it seen on the picture attached.
any help is welcome!