mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
fixed text outside of colum
This commit is contained in:
@@ -43,4 +43,4 @@ class RecipeFilter(django_filters.FilterSet):
|
||||
|
||||
class Meta:
|
||||
model = Recipe
|
||||
fields = ['name', 'keywords', 'ingredients']
|
||||
fields = ['name', 'keywords', 'ingredients', 'internal']
|
||||
|
||||
Reference in New Issue
Block a user