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

Replace PartAttachmentEdit view

This commit is contained in:
Oliver
2021-06-30 09:49:30 +10:00
parent 238dccc071
commit b946aedb5c
5 changed files with 21 additions and 32 deletions

View File

@@ -18,7 +18,6 @@ part_related_urls = [
]
part_attachment_urls = [
url(r'^(?P<pk>\d+)/edit/?', views.PartAttachmentEdit.as_view(), name='part-attachment-edit'),
url(r'^(?P<pk>\d+)/delete/?', views.PartAttachmentDelete.as_view(), name='part-attachment-delete'),
]