Exactly right, this was a stupid question it turns out :|. Just need
to make a unique id using some combination of say {{forloop.counter}}
and {{video.id}}, {{video.not}} and yes s1.write
('idDynamicallyGenerated') should match the id generated for the . I think I fixed this within 5 minutes
of
Don't know anything about SWFObject, but it seems to me, that s1.write
('preview') puts all the video objects in the first paragraph. In the
for loop, all the paragraphs get assigned the same id='preview', which
they should not, as the DOM gets confused. ID of a node must be unique
throughout the
I have a simple page with not much css and just trying to iterate over
some videos and get them all to display on the same page. They seems
to be stacking on top of eachother rather than each having it's own
space. This is not really a Django issue but I'm wondering if anyone
has had a similar i
3 matches
Mail list logo