-
Notifications
You must be signed in to change notification settings - Fork 27
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 at /connections/ #34
Comments
i have the same issue, does any one have solutions? |
I just found a solution here: ( tl;dr: remove all instances of {% nospaceless %} and {% endnospaceless %} from /opt/DionaeaFR/DionaeaFR/Templates/table.html ) |
Hi harryharryharry, Thank you, I will try this asap. Regards, On 19 October 2016 at 21:36, harryharryharry [email protected]
|
Hi harryharryharry, Just want to let you know, that the solution that you gave worked perfectly. Regards, On 19 October 2016 at 21:36, harryharryharry [email protected]
|
I have an issue when opening the connections and downloads pages. The rest of the pages work as usual, but these two throw up an error:
TemplateSyntaxError at /connections/
Invalid block tag: 'nospaceless', expected 'endblock'
Request Method: GET
Request URL: http://192.168.2.8:8000/connections/
Django Version: 1.8.11
Exception Type: TemplateSyntaxError
Exception Value:
Invalid block tag: 'nospaceless', expected 'endblock'
Exception Location: /usr/local/lib/python2.7/dist-packages/django/template/base.py in invalid_block_tag, line 395
Python Executable: /usr/bin/python
Python Version: 2.7.9
Python Path:
['/opt/DionaeaFR',
'/usr/local/lib/python2.7/dist-packages/pysubnettree-0.24_7-py2.7-linux-armv7l.egg',
'/usr/local/lib/python2.7/dist-packages/django_tables2_simplefilter-0.1-py2.7.egg',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-arm-linux-gnueabihf',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages']
Server time: Wed, 23 Mar 2016 18:25:48 +0000
The text was updated successfully, but these errors were encountered: