.
This commit is contained in:
@@ -57,6 +57,7 @@ urlpatterns = [
|
||||
#path('', include('generic.urls')),
|
||||
path("feedback/<str:question_type>/<int:pk>", views.AddQuestionNote.as_view(), name="feedback_create"),
|
||||
#path("feedback/", views.AddQuestionNote.as_view(), name="feedback"),
|
||||
path("feedback/answer", views.answer_suggestion_submit, name="answer_suggestion_submit"),
|
||||
|
||||
|
||||
path('api/', include(router.urls)),
|
||||
|
||||
Reference in New Issue
Block a user