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

Automated - Error encountered at /accounts/login/ from 127.0.0.1 #1241

Open
zhaque opened this issue Sep 26, 2011 · 0 comments
Open

Automated - Error encountered at /accounts/login/ from 127.0.0.1 #1241

zhaque opened this issue Sep 26, 2011 · 0 comments

Comments

@zhaque
Copy link
Owner

zhaque commented Sep 26, 2011

Traceback (most recent call last):


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/views/decorators/cache.py", line 79, in _wrapped_view_func
response = view_func(request, *args, **kwargs)


  File "/Users/chris/Projects/saask/parts/saaskit-main/main_site/views.py", line 33, in login
}, context_instance=RequestContext(request, extra_context))


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/shortcuts/__init__.py", line 20, in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/loader.py", line 181, in render_to_string
t = get_template(template_name)


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/loader.py", line 160, in get_template
template = get_template_from_string(template, origin, template_name)


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/loader.py", line 168, in get_template_from_string
return Template(source, origin, name)


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/base.py", line 108, in __init__
self.nodelist = compile_string(template_string, origin)


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/base.py", line 136, in compile_string
return parser.parse()


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/base.py", line 239, in parse
compiled_result = compile_func(self, token)


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/loader_tags.py", line 214, in do_extends
nodelist = parser.parse()


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/base.py", line 239, in parse
compiled_result = compile_func(self, token)


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/loader_tags.py", line 192, in do_block
nodelist = parser.parse(('endblock', 'endblock %s' % block_name))


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/base.py", line 239, in parse
compiled_result = compile_func(self, token)


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/defaulttags.py", line 922, in do_if
nodelist_true = parser.parse(('else', 'endif'))


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/base.py", line 239, in parse
compiled_result = compile_func(self, token)


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/defaulttags.py", line 922, in do_if
nodelist_true = parser.parse(('else', 'endif'))


  File "/Users/chris/Projects/saask/eggs/Django-1.3.1-py2.7.egg/django/template/base.py", line 239, in parse
compiled_result = compile_func(self, token)


  File "/Users/chris/Projects/saask/eggs/sorl_thumbnail-11.09-py2.7.egg/sorl/thumbnail/templatetags/thumbnail.py", line 119, in thumbnail
return ThumbnailNode(parser, token)


  File "/Users/chris/Projects/saask/eggs/sorl_thumbnail-11.09-py2.7.egg/sorl/thumbnail/templatetags/thumbnail.py", line 65, in __init__
raise TemplateSyntaxError(self.error_msg)


TemplateSyntaxError: Syntax error. Expected: ``thumbnail source geometry [key1=val1 key2=val2...] as var``
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

1 participant