Re: HOW TO DISPLAY THE COLLAPSED DATA IN CARD using django and bootstrap

2019-09-28 Thread Gil Obradors
How do you know? Not seeing in you code If it were in my desk, I will try first copy a example demo code. If works, then template it, but not the second before the "core" isn't working Console log browser can give help Missatge de leb dev del dia ds., 28 de set. 2019 a les 10:27: > js and

Re: HOW TO DISPLAY THE COLLAPSED DATA IN CARD using django and bootstrap

2019-09-28 Thread leb dev
js and bootstrap files are loaded correctly. On Saturday, September 28, 2019 at 10:56:41 AM UTC+3, leb dev wrote: > > I have a django project that includes cards where each card contains a > collapse that will hide or show the data. > > Problem is once i do a **foreach loop** the cards appear

Re: HOW TO DISPLAY THE COLLAPSED DATA IN CARD using django and bootstrap

2019-09-28 Thread Gil Obradors
HI! Can you paste console log from browser? Maybe you can see and error here , when you collapse down/up Can you assure that js files an css files from bootstrap are correctly loaded? ( network tab of browse debug tools) Missatge de leb dev del dia ds., 28 de set. 2019 a les 9:57: > I have

HOW TO DISPLAY THE COLLAPSED DATA IN CARD using django and bootstrap

2019-09-28 Thread leb dev
I have a django project that includes cards where each card contains a collapse that will hide or show the data. Problem is once i do a **foreach loop** the cards appear but the collapse is not working and doesn't display any data. I used the below steps: create function in views.py