This commit is contained in:
Ross
2025-12-06 18:31:01 +00:00
parent 3566666cc2
commit 0e81fe2235
8 changed files with 153 additions and 108 deletions
+1
View File
@@ -11,6 +11,7 @@ urlpatterns = [
path('preview/<int:pk>/', views.preview_card, name='preview'),
path('backgrounds/', views.background_list, name='backgrounds'),
path('backgrounds/create/', views.background_create, name='background_create'),
path('backgrounds/download-all/', views.backgrounds_download_all, name='backgrounds_download_all'),
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'),