This commit is contained in:
Ross
2025-12-06 18:36:14 +00:00
parent 0e81fe2235
commit f33a7705d1
5 changed files with 53 additions and 0 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/<int:pk>/edit/', views.background_edit, name='background_edit'),
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'),