.
This commit is contained in:
@@ -23,6 +23,7 @@ from django.views.generic import TemplateView
|
||||
from . import views
|
||||
|
||||
|
||||
|
||||
from rapids import views as rapid_views
|
||||
from anatomy import views as anatomy_views
|
||||
from longs import views as long_views
|
||||
@@ -58,6 +59,7 @@ urlpatterns = [
|
||||
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("feedback/answer/confirm", views.answer_suggestion_confirm, name="answer_suggestion_confirm"),
|
||||
|
||||
|
||||
path('api/', include(router.urls)),
|
||||
|
||||
Reference in New Issue
Block a user