mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
Fixes for some broken views
This commit is contained in:
@ -395,6 +395,7 @@ class CategoryDelete(AjaxDeleteView):
|
||||
""" Delete view to delete a PartCategory """
|
||||
model = PartCategory
|
||||
ajax_template_name = 'part/category_delete.html'
|
||||
ajax_form_title = 'Delete Part Category'
|
||||
context_object_name = 'category'
|
||||
success_url = '/part/'
|
||||
|
||||
|
Reference in New Issue
Block a user