You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hi everyone! I am developing an appweb and I'm stuck. My homepage is structured as a ListView, where each row shows every object's attributes using django template engine (ex: {{object.attribute}}. Last column shows a button to do an action through a bootstrap modal and if I put {{object .attribute}} it doesn't refered to the current object but to the first one which is displayed in the ListView. I have tried also using a bootstrap dropdown and the problem does not arise. Someone knows how to solve that?