.
This commit is contained in:
@@ -17,6 +17,9 @@ urlpatterns = [
|
||||
path(
|
||||
"formats", views.formats_view, name="formats_view"
|
||||
),
|
||||
path(
|
||||
"formats/dupes", views.formats_dupe_view, name="formats_dupe_view"
|
||||
),
|
||||
path(
|
||||
"formats/create", views.FormatsCreateView.as_view(), name="format_create"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user