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:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user