mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove broken URL (#3623)
- subcategories template was removed a long time ago
This commit is contained in:
parent
c8e8991cf5
commit
7f5f101323
@ -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'),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user