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

issues in curator dashboard #413

Open
alee opened this issue Nov 9, 2018 · 0 comments
Open

issues in curator dashboard #413

alee opened this issue Nov 9, 2018 · 0 comments

Comments

@alee
Copy link
Member

alee commented Nov 9, 2018

2018-11-09 21:25:40 DEBUG   django.template:_resolve_lookup:872 Exception while resolving variable 'LANGUAGE_CODE' in template 'curator/dashboard.html'.
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 829, in _resolve_lookup
    current = current[bit]
  File "/usr/local/lib/python3.6/dist-packages/django/template/context.py", line 83, in __getitem__
    raise KeyError(key)
KeyError: 'LANGUAGE_CODE'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 835, in _resolve_lookup
    if isinstance(current, BaseContext) and getattr(type(current), bit):
AttributeError: type object 'RequestContext' has no attribute 'LANGUAGE_CODE'

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 850, in _resolve_lookup
    (bit, current))  # missing attribute
django.template.base.VariableDoesNotExist: Failed lookup for key [LANGUAGE_CODE] in [{'True': True, 'False': False, 'None': None}, {'csrf_token': <SimpleLazyObject: <functio
2018-11-09 21:25:40 DEBUG   django.template:_resolve_lookup:872 Exception while resolving variable 'get_full_name' in template 'curator/home/recent_activity.html'.
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 829, in _resolve_lookup
    current = current[bit]
TypeError: 'MemberProfile' object is not subscriptable
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