On Sat, Jan 9, 2010 at 8:16 PM, neridaj <neri...@gmail.com> wrote:

> Template error:
> In template /Users/username/django-sites/username.com/public/templates/
> tagging/tag_list.html<http://username.com/public/templates/%0Atagging/tag_list.html>,
> error at line 17
>   'if' statement improperly formatted
>
>
> [snip]
> File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/
> site-packages/django/template/__init__.py" in parse
>  285.                     compiled_result = compile_func(self, token)
> File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/
> site-packages/django/template/defaulttags.py" in do_if
>  822.                 raise TemplateSyntaxError, "'if' statement
> improperly formatted"
>
> Exception Type: TemplateSyntaxError at /tags/page1/
> Exception Value: 'if' statement improperly formatted
>

These line numbers don't match up to 1.2 alpha 1.  They match up to 1.1,
where if doesn't support this syntax.

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