Marcus Christie created AIRAVATA-3611:
-----------------------------------------
Summary: top_menu, 'NoneType' object has no attribute 'startswith'
Key: AIRAVATA-3611
URL: https://issues.apache.org/jira/browse/AIRAVATA-3611
Project: Airavata
Issue Type: Bug
Components: Django Portal
Reporter: Marcus Christie
{code}
File
"/var/www/portals/django-hicops/venv/lib64/python3.6/site-packages/django/template/library.py",
line 214, in render
_dict = self.func(*resolved_args, **resolved_kwargs)
File
"/var/www/portals/django-hicops/airavata-django-portal/django_airavata/wagtailapps/base/templatetags/navigation_tags.py",
line 58, in top_menu
if calling_page else False)
{code}
Exception Type: AttributeError at /
Exception Value: 'NoneType' object has no attribute 'startswith'
--
This message was sent by Atlassian Jira
(v8.20.7#820007)