@
Livid Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/tornado/
web.py", line 988, in _execute
getattr(self, self.request.method.lower())(*args, **kwargs)
File "/www/v2ex/galaxy/handlers/web/
top.py", line 28, in get
self.finalize('top/rich.html')
File "/www/v2ex/galaxy/handlers/web/
__init__.py", line 54, in finalize
self.write(template.render(self.values))
File "/usr/lib/python2.6/site-packages/Jinja2-2.6-py2.6.egg/jinja2/
environment.py", line 894, in render
return self.environment.handle_exception(exc_info, True)
File "/www/v2ex/galaxy/templates/desktop/top/rich.html", line 1, in top-level template code
{% extends 'desktop/common/layout0.html' %}
File "/www/v2ex/galaxy/templates/desktop/common/layout0.html", line 46, in top-level template code
{% block wrapper %}
File "/www/v2ex/galaxy/templates/desktop/common/layout0.html", line 99, in block "wrapper"
{% block main %}
File "/www/v2ex/galaxy/templates/desktop/top/rich.html", line 25, in block "main"
<td colspan="3" align="center"><span class="fade">{% if member.list_rich == 1 %}你当前已经参与了社区财富排行榜{% endif %}</span></td>
File "/usr/lib/python2.6/site-packages/Jinja2-2.6-py2.6.egg/jinja2/
environment.py", line 372, in getattr
return getattr(obj, attribute)
UndefinedError: 'member' is undefined