generated from 2martens/django-template
Added missing empty line
This commit is contained in:
@ -111,6 +111,7 @@ class UsedIngredients(models.Model):
|
||||
help_text=_('Please specify the used amount of the ingredient'))
|
||||
unit = models.CharField(_('Unit for amount'), max_length=10, choices=MEASUREMENT_UNITS)
|
||||
|
||||
|
||||
class Vendor(models.Model):
|
||||
name = models.CharField(_('Vendor'), max_length=50)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user