diff --git a/frontend/templatetags/navigation.py b/frontend/templatetags/navigation.py index 15505da..762b90a 100644 --- a/frontend/templatetags/navigation.py +++ b/frontend/templatetags/navigation.py @@ -28,4 +28,7 @@ def sidebar_nav(): - """ + section.get_html() for section in sections \ No newline at end of file + """ + """ + + + """.join([section.get_html() for section in sections]) \ No newline at end of file