renamed ingredient to food

This commit is contained in:
vabene1111
2020-06-25 21:24:03 +02:00
parent 2c5e44d73c
commit f685253645
22 changed files with 83 additions and 54 deletions

View File

@ -48,7 +48,7 @@ class KeywordTable(tables.Table):
class IngredientTable(tables.Table):
id = tables.LinkColumn('edit_ingredient', args=[A('id')])
id = tables.LinkColumn('edit_food', args=[A('id')])
class Meta:
model = Keyword