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

Add View/Form for creating a new PartParameterTemplate

This commit is contained in:
Oliver Walters
2019-08-20 14:33:18 +10:00
parent 15a42878db
commit 307a04da58
4 changed files with 30 additions and 1 deletions

View File

@@ -19,7 +19,11 @@ part_attachment_urls = [
]
part_parameter_urls = [
url('^template/new/', views.PartParameterTemplateCreate.as_view(), name='part-param-template-create'),
url('^new/', views.PartParameterCreate.as_view(), name='part-param-create'),
]
part_detail_urls = [