2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 22:06:28 +00:00
This commit is contained in:
Oliver Walters
2020-05-22 21:31:21 +10:00
parent 0ec880290b
commit 1ad7e699a9
3 changed files with 1 additions and 2 deletions

View File

@ -372,7 +372,6 @@ class Part(MPTTModel):
return templates
def get_absolute_url(self):
""" Return the web URL for viewing this part """
return reverse('part-detail', kwargs={'pk': self.id})