Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TemplateSyntaxError Django 1.9.x #52

Closed
kkomninos opened this issue Feb 11, 2017 · 1 comment
Closed

TemplateSyntaxError Django 1.9.x #52

kkomninos opened this issue Feb 11, 2017 · 1 comment

Comments

@kkomninos
Copy link
Contributor

The requirements in docs mention Django 1.8+ but in 1.9 I'm getting a TemplateSyntaxError: Unused 'is' at end of if expression. when I'm trying to see a forum. According to Django docs "is" in template added in 1.10.
In topic_list.html there is the if clause: {% if not force_all_unread and unread_topics is None %}
where I changed the is to == in order to work.

@ellmetha
Copy link
Owner

Hi! Thanks for reporting this. The patch in bb58423 will be part of the upcoming 0.5.2 release. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants