diff --git a/frontend/templatetags/dashboard.py b/frontend/templatetags/dashboard.py index 409d882..95ec4ad 100644 --- a/frontend/templatetags/dashboard.py +++ b/frontend/templatetags/dashboard.py @@ -23,7 +23,7 @@ def dashboard(context): dashboard_html = "" for section in sections: - dashboard_html += f"

{section.name}

" + dashboard_html += f"

{section.name}

" dashboard_html += section.get_html(context["request"])