.
This commit is contained in:
@@ -20,6 +20,9 @@ urlpatterns = [
|
||||
path(
|
||||
"formats/create", views.FormatsCreateView.as_view(), name="format_create"
|
||||
),
|
||||
path(
|
||||
"formats/search", views.format_search, name="format_search"
|
||||
),
|
||||
path(
|
||||
"entries/replace_questions", views.replace_questions, name="replace_questions"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user