Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 120 by pjimenez3: TemplateSyntaxError at /openid/associations/
http://code.google.com/p/django-hotclub/issues/detail?id=120

What steps will reproduce the problem?
1. check out pinax, start up complete_project
2. log in
3. go to your profile
4. click on the gravatar replace link
5. click on the 'OpenID associations' link

What is the expected output?

I expect to see an empty list of openIDs associated with my (non-openID
generated) account.

What do you see instead?

TemplateSyntaxError at /openid/associations/

Caught an exception while rendering: Failed lookup for key [openid] in
u"[{'block': <Block Node: login. Contents: [<Text Node: '\r\n    '>, <If
node>, <Text Node: '\r\n'>]>}, {'openids': [], 'action_new': '../',
'associate_next':
'Vi9vcGVuaWQvYXNzb2NpYXRpb25zLwpwMAou.d4mTeGBxX0hxx8yXW3ZQme7yqTk', 'user':
<User: pj>, 'action': u'/openid/associations/', 'message': None,
'base_template': 'django_openid/base.html'}]"

Original Traceback (most recent call last):
   File "/usr/lib/python2.5/site-packages/django/template/debug.py", line
71, in render_node
     result = node.render(context)
   File "/usr/lib/python2.5/site-packages/django/template/__init__.py", line
887, in render
     resolved_vars = [var.resolve(context) for var in self.vars_to_resolve]
   File "/usr/lib/python2.5/site-packages/django/template/__init__.py", line
676, in resolve
     value = self._resolve_lookup(context)
   File "/usr/lib/python2.5/site-packages/django/template/__init__.py", line
729, in _resolve_lookup
     raise VariableDoesNotExist("Failed lookup for key [%s] in %r", (bit,
current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [openid] in u"[{'block': <Block
Node: login. Contents: [<Text Node: '\r\n    '>, <If node>, <Text Node:
'\r\n'>]>}, {'openids': [], 'action_new': '../', 'associate_next':
'Vi9vcGVuaWQvYXNzb2NpYXRpb25zLwpwMAou.d4mTeGBxX0hxx8yXW3ZQme7yqTk', 'user':
<User: pj>, 'action': u'/openid/associations/', 'message': None,
'base_template': 'django_openid/base.html'}]"

What version of the product are you using? On what operating system?

Pinax checkout of the main tree, r1212.

Django version 1.1 pre-alpha SVN-9524, using settings
'complete_project.settings'

Ubuntu Intrepid Ibex

Linux trireme 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:06 UTC 2008 x86_64
GNU/Linux


Please provide any additional information below.




-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to