I literally only have
"
        {% if "bc" in "abcdef" %}
            This appears since "bc" is a substring of "abcdef"
        {% endif %}
"

in my template page (copied straight from django docs) and I get the
error:

"'if' statement improperly formatted"

ifequal and my forloop tags work just fine.

Anybody have any idea how to fix this/what's wrong?

Thanks!
Rishi

-- 
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