From b0b667a773ca177756b1b7e8abd0f597be8d7ba6 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 24 Oct 2021 17:38:20 +0200 Subject: [PATCH] Try fixing syntax error --- frontend/templatetags/navigation.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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