.
This commit is contained in:
@@ -23,6 +23,15 @@ urlpatterns = [
|
||||
path(
|
||||
"entries/replace_questions", views.replace_questions, name="replace_questions"
|
||||
),
|
||||
path(
|
||||
"entries/questions", views.questions, name="questions"
|
||||
),
|
||||
path(
|
||||
"entries/questions_diff", views.questions_diff, name="questions_diff"
|
||||
),
|
||||
path(
|
||||
"entries/entries_by_question", views.entries_by_question, name="entries_by_question"
|
||||
),
|
||||
path(
|
||||
"entries/<int:pk>/update", views.EntryUpdateView.as_view(), name="entry_update"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user