-
Notifications
You must be signed in to change notification settings - Fork 197
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
Invalid template syntax in django_comments/templates/comments/preview.html #80
Comments
Weird, because the template is tested. You might try to debug at the point of failure in the traceback to see if this is caused by another problem. |
Here's the full trace:
|
It's odd, the I didn't know |
@maurizi Could you try changing the location of the load tag to see if this makes any difference? |
I moved the |
Posting a comment that causes a validation error, such as a comment longer than 300 characters, is supposed to show the
django_comments/templates/comments/preview.html
template.From my testing however, I always get an unhandled error from this line.
I am using Django 1.8 and Python 2.7
The text was updated successfully, but these errors were encountered: