This is part of a code wich is placed in a <code></code> on a webpage in my 
appengine domein. I mean on this webpage I show a code example, this part of 
the code give a error from the Django template.


This is a part of the code wich gives the error




 error 

-- Play the selected radio station

   details = stations[sel]


        vlc.playlist.clear()
        vlc.playlist.add({{path = details.url; title = details.name; name = 
details.name}})
        vlc.playlist.play()end




Greeting Hendrikus 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/_6lyRPl4HlsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to