Remove broken URL (#3623)

- subcategories template was removed a long time ago
This commit is contained in:
Oliver 2022-09-01 07:36:35 +10:00 committed by GitHub
parent c8e8991cf5
commit 7f5f101323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,9 +28,6 @@ part_detail_urls = [
category_urls = [
# Top level subcategory display
re_path(r'^subcategory/', views.PartIndex.as_view(template_name='part/subcategory.html'), name='category-index-subcategory'),
# Category detail views
re_path(r'(?P<pk>\d+)/', views.CategoryDetail.as_view(), name='category-detail'),
]