This commit is contained in:
Ross
2025-12-05 12:08:08 +00:00
parent d55cd821b5
commit 78240090f1
9 changed files with 227 additions and 0 deletions
+2
View File
@@ -13,4 +13,6 @@ urlpatterns = [
path('backgrounds/create/', views.background_create, name='background_create'),
path('backgrounds/<int:pk>/activate/', views.background_activate, name='background_activate'),
path('backgrounds/<int:pk>/delete/', views.background_delete, name='background_delete'),
path('overview/', views.cards_overview, name='overview'),
path('overview/bulk-update/', views.cards_bulk_update, name='overview_bulk_update'),
]