Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

the image with the raw input id show the error

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.