.
This commit is contained in:
@@ -36,6 +36,9 @@ urlpatterns = [
|
||||
path(
|
||||
"entries/entries_by_question", views.entries_by_question, name="entries_by_question"
|
||||
),
|
||||
path(
|
||||
"entries/entries_by_question/codes", views.entries_by_question_codes, name="entries_by_question_codes"
|
||||
),
|
||||
path(
|
||||
"entries/<int:pk>/update", views.EntryUpdateView.as_view(), name="entry_update"
|
||||
),
|
||||
@@ -51,5 +54,8 @@ urlpatterns = [
|
||||
path(
|
||||
"formats/<int:pk>/apply", views.formats_apply, name="formats_apply"
|
||||
),
|
||||
path(
|
||||
"formats/save", views.formats_save, name="formats_save"
|
||||
),
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user