This commit is contained in:
Ross
2021-05-06 21:26:02 +01:00
parent 9c4844acde
commit 3e5afc4f38
5 changed files with 55 additions and 12 deletions
+1
View File
@@ -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)),