.
This commit is contained in:
+2
-2
@@ -47,7 +47,7 @@ urlpatterns = [
|
||||
# path("verified/", views.verified, name="verified"),
|
||||
# path("all_questions/", views.all_questions, name="all_questions"),
|
||||
path("question/<int:pk>/scrap", views.atlas_scrap, name="atlas_scrap"),
|
||||
path("question/<int:pk>/delete", views.AtlasDelete.as_view(), name="atlas_delete"),
|
||||
path("question/<int:pk>/delete", views.AtlasDelete.as_view(), name="case_delete"),
|
||||
path("create/", views.AtlasCreate.as_view(), name="create"),
|
||||
path("create/series", views.SeriesCreate.as_view(), name="series_create"),
|
||||
path(
|
||||
@@ -64,7 +64,7 @@ urlpatterns = [
|
||||
path(
|
||||
"question/<int:pk>/update",
|
||||
views.AtlasUpdate.as_view(),
|
||||
name="atlas_update",
|
||||
name="case_update",
|
||||
),
|
||||
path(
|
||||
"series/<int:pk>/update",
|
||||
|
||||
Reference in New Issue
Block a user