2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-04-16 22:32:43 +10:00
parent 7eea9d1a20
commit 01bdf2f19b
6 changed files with 26 additions and 38 deletions

View File

@ -80,9 +80,9 @@ class StockItemEdit(AjaxUpdateView):
model = StockItem
form_class = EditStockItemForm
template_name = 'stock/item_edit.html'
# template_name = 'stock/item_edit.html'
context_object_name = 'item'
#ajax_template_name = 'modal_form.html'
ajax_template_name = 'modal_form.html'
ajax_form_title = 'Edit Stock Item'