kleine Änderungen

This commit is contained in:
2026-06-25 08:59:15 +02:00
parent 5d060587cb
commit e6d1b3407b
4 changed files with 41 additions and 3 deletions
+1
View File
@@ -7,4 +7,5 @@ urlpatterns = [
path('speisekarte/', GerichtListView.as_view(), name='speisekarte'),
path('speiseplan/', SpeiseplanView.as_view(), name='speiseplan'),
path('bestellungen/summary/', BestellSummaryView.as_view(), name='bestell_summary'),
path('userlist/', {},"" ),
]