On wo, 2010-02-17 at 05:32 -0800, gintare wrote:
> @@in *.html
> @@using line  <li>{{ word|escape }}</l1>
> 
> @@i am getting printed answer :(u'moi',)  instead of moi.
> @@I need only word moi (without any brakets, quatations) be visible in
> a webpage. 

In this case you want word.0|escape

values() always returns a sequence of tuples.
-- 
Dennis K.

The universe tends towards maximum irony. Don't push it.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to