mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
edit start
This commit is contained in:
@@ -24,7 +24,7 @@ class CategoryTable(tables.Table):
|
||||
|
||||
class KeywordTable(tables.Table):
|
||||
id = tables.LinkColumn('edit_recipe', args=[A('id')])
|
||||
|
||||
|
||||
class Meta:
|
||||
model = Keyword
|
||||
template_name = 'tables/table_template.html'
|
||||
|
||||
Reference in New Issue
Block a user