fix: styling

This commit is contained in:
2025-01-17 12:06:24 +01:00
parent 7fe4fefe48
commit d2aa4f4dd7
15 changed files with 90 additions and 26 deletions
+1
View File
@@ -9,6 +9,7 @@ def web_settings(request):
)
return {
"web_title": settings.web_title,
"logo": settings.logo.url if settings.logo else "",
"navbar_categories": navbar_categories,
}