2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-17 17:11:09 +00:00

Remove unused template file

This commit is contained in:
Oliver
2021-07-15 16:54:49 +10:00
parent df89008116
commit d5bf108fef
2 changed files with 0 additions and 15 deletions

View File

@@ -48,7 +48,6 @@ part_detail_urls = [
url(r'^bom-duplicate/?', views.BomDuplicate.as_view(), name='duplicate-bom'),
url(r'^prices/', views.PartPricingView.as_view(template_name='part/prices.html'), name='part-prices'),
url(r'^track/?', views.PartDetail.as_view(template_name='part/track.html'), name='part-track'),
url(r'^qr_code/?', views.PartQRCode.as_view(), name='part-qr'),