mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Remove broken URL (#3623)
- subcategories template was removed a long time ago
This commit is contained in:
		@@ -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'),
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user