2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Add button to launch modal form

This commit is contained in:
Oliver
2018-04-25 00:09:25 +10:00
parent db49e98f37
commit 9004086632
6 changed files with 63 additions and 7 deletions

View File

@ -132,7 +132,7 @@ class CategoryDelete(DeleteView):
class CategoryCreate(CreateView):
model = PartCategory
template_name = 'part/category_new.html'
template_name = 'part/partial_category_new.html'
form_class = EditCategoryForm
def get_context_data(self, **kwargs):