Merge branch '114-suchleiste-vorschlage-anzeigen' into 'master'

Resolve "Suchleiste - Vorschläge anzeigen!"

Closes #114

See merge request enrichment-2024/qivip!70
This commit is contained in:
ben8
2025-05-10 10:53:30 +00:00
6 changed files with 91 additions and 36 deletions

View File

@@ -25,7 +25,7 @@ urlpatterns = [
path('', include('homepage.urls')),
path('play/', include('play.urls')),
path('library/', include('library.urls')),
path('components/', include('components.urls'))
path('components/', include('components.urls')),
]
if settings.DEBUG: