further search style improvements
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user