fix amo tests
This commit is contained in:
Родитель
1a38d52691
Коммит
5c3123a827
|
@ -53,10 +53,11 @@ def global_settings(request):
|
|||
context = {}
|
||||
|
||||
tools_title = _('Tools')
|
||||
is_reviewer = acl.check_reviewer(request)
|
||||
is_reviewer = False
|
||||
|
||||
if request.user.is_authenticated() and hasattr(request, 'amo_user'):
|
||||
amo_user = request.amo_user
|
||||
is_reviewer = acl.check_reviewer(request)
|
||||
account_links.append({
|
||||
'text': _('My Profile'),
|
||||
'href': request.user.get_profile().get_url_path(),
|
||||
|
|
Загрузка…
Ссылка в новой задаче