further search style improvements

This commit is contained in:
vabene1111
2020-05-02 12:07:03 +02:00
parent 25318b691d
commit de85a6b334
2 changed files with 17 additions and 8 deletions

View File

@ -23,7 +23,7 @@ class RecipeTable(tables.Table):
class Meta:
model = Recipe
template_name = 'recipes_table.html'
fields = ('id', 'name', 'all_tags', 'image', 'instructions', 'working_time', 'waiting_time')
fields = ('id', 'name', 'all_tags', 'image', 'instructions', 'working_time', 'waiting_time', 'internal')
class KeywordTable(tables.Table):