mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 04:39:54 -05:00
finishes shopping lists
This commit is contained in:
@@ -114,7 +114,7 @@ class ShoppingListTable(tables.Table):
|
||||
class Meta:
|
||||
model = ShoppingList
|
||||
template_name = 'generic/table_template.html'
|
||||
fields = ('id', 'created_by', 'created_at')
|
||||
fields = ('id', 'finished', 'created_by', 'created_at')
|
||||
|
||||
|
||||
class InviteLinkTable(tables.Table):
|
||||
|
||||
Reference in New Issue
Block a user