fix: cleanup

This commit is contained in:
2026-03-20 10:26:24 +01:00
parent 3960fdc679
commit 78f03e139f
24 changed files with 2917 additions and 900 deletions
+1
View File
@@ -10,4 +10,5 @@ def web_settings(request):
'web_title': settings.web_title,
'logo': settings.logo_32.url if settings.logo_32 else '',
'navbar_categories': navbar_categories,
'favicon': settings.favicon_16.url if settings.favicon_16 else '',
}