2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 21:20:56 +00:00

Ignore some rules

This commit is contained in:
Oliver Walters
2019-04-14 09:39:01 +10:00
parent 29ab19d51d
commit 1ef81ecf2e
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ class StockLocationDetail(DetailView):
"""
Detailed view of a single StockLocation object
"""
context_object_name = 'location'
template_name = 'stock/location.html'
queryset = StockLocation.objects.all()