Skip to content

Commit

Permalink
refactor: Remove ForensicDetailView and update URL configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Aug 15, 2024
1 parent b5cf8e5 commit cab9ed8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions denig/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
path("", views.index, name="index"),
path("about/", views.about, name="about"),
path("forensics/", views.ForensicsListView.as_view(), name="forensics"),
path(
"forensics/<int:pk>/",
views.ForensicDetailView.as_view(),
name="forensic_page",
),
path("music/", views.MusicListView.as_view(), name="music"),
path("education/", views.education, name="education"),
path("scholarship/", views.scholarship, name="scholarship"),
Expand Down

0 comments on commit cab9ed8

Please sign in to comment.