Hi, i think it's the first time i write to this list, so
Hello to everybody...¡¡
Well, now my problem.
I'm trying to use "template filters" in one of my templates.
What i'm trying to do is this:
{{ mystring | upper }}
to convert "mystring" into upper-case.
but Django is complaining:
TemplateSyntaxError at /
Could not parse the remainder:'| upper' from 'row.0 | upper'
I suppose I've forgotten to import something...but I cant find it.
Any help ?
Thanks.
Nuño
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
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/django-users?hl=en.