From bd30606cff5c909f69497092fbd76f4d2c19649b Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sun, 1 Dec 2019 23:25:17 +0100 Subject: [PATCH] recipe view id links directly to edit view --- cookbook/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/tables.py b/cookbook/tables.py index 35d0f2d8..aba98fec 100644 --- a/cookbook/tables.py +++ b/cookbook/tables.py @@ -7,7 +7,7 @@ from .models import * class RecipeTable(tables.Table): - id = tables.LinkColumn('view_recipe', args=[A('id')]) + id = tables.LinkColumn('edit_recipe', args=[A('id')]) name = tables.TemplateColumn( "{{record.name}}") all_tags = tables.Column(