edit start

This commit is contained in:
Unknown
2018-02-01 15:59:59 +01:00
parent e9dc2dc48f
commit 9a5a0aa617
4 changed files with 51 additions and 43 deletions

View File

@ -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'