more bootstrap nav convresion
This commit is contained in:
+3
-8
@@ -7,21 +7,16 @@ from django.views.decorators.cache import cache_page
|
||||
app_name = "anatomy"
|
||||
|
||||
urlpatterns = [
|
||||
# path('', views.question_list, name='question_list'),
|
||||
# path('', views.question_view, name='question_view'),
|
||||
path(
|
||||
"question/",
|
||||
views.AnatomyQuestionView.as_view(),
|
||||
name="question_list",
|
||||
name="question_view",
|
||||
),
|
||||
path(
|
||||
"question/create/",
|
||||
views.AnatomyQuestionCreate.as_view(),
|
||||
name="anatomy_question_create",
|
||||
),
|
||||
path(
|
||||
"create/exam/<int:pk>",
|
||||
views.AnatomyQuestionCreate.as_view(),
|
||||
name="anatomy_create_exam",
|
||||
name="question_create",
|
||||
),
|
||||
path(
|
||||
"question/<int:pk>/update",
|
||||
|
||||
Reference in New Issue
Block a user