You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: