Re: Loop over Django objects and Bootstrap cards

2019-01-03 Thread shiva kumar
I think use inline div elements in place of block. Block elements makes u to start elements in next line. On Thu 3 Jan, 2019 7:41 pm valentin jungbluth I used UploadField so I just have to use > {{ object.fieldname.url }} > > and it works. > > But my question is : How I can gather all documents a

Re: Loop over Django objects and Bootstrap cards

2019-01-03 Thread valentin jungbluth
I used UploadField so I just have to use {{ object.fieldname.url }} and it works. But my question is : How I can gather all documents according to one publication in one card ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe f