Fixed spelling mistake

This commit is contained in:
Oliver Walters 2019-04-29 22:21:18 +10:00
parent 989611cae2
commit 6326d6d050

View File

@ -125,7 +125,7 @@ class Part(models.Model):
IPN = models.CharField(max_length=100, blank=True, help_text='Internal Part Number')
# Provide a URL for an external link
URL = models.URLField(blank=True, help_text='Link to extenal URL')
URL = models.URLField(blank=True, help_text='Link to external URL')
# Part category - all parts must be assigned to a category
category = models.ForeignKey(PartCategory, related_name='parts',