.
This commit is contained in:
@@ -63,6 +63,9 @@ urlpatterns = [
|
||||
path(
|
||||
"formats/<int:pk>/apply", views.formats_apply, name="formats_apply"
|
||||
),
|
||||
path(
|
||||
"formats/<int:pk>/delete", views.formats_delete, name="formats_delete"
|
||||
),
|
||||
path(
|
||||
"formats/save", views.formats_save, name="formats_save"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user