[Django]-Bootstrap modal, django for loop and model

3👍

Ok I have understood what went wrong. The ID I was trying to use was text and not a number I think, so simple in the end. I have finally used the id field of my model and it works perfectly. Thanks to you, rajasimon, for giving the right direction!

👤AGA

Leave a comment