Skip to content
Snippets Groups Projects
Verified Commit 383e6dba authored by magicfelix's avatar magicfelix
Browse files

Fix quote edit link

parent 72f3e743
Branches
Tags
No related merge requests found
...@@ -143,7 +143,7 @@ class QuotesTable(tables.Table): ...@@ -143,7 +143,7 @@ class QuotesTable(tables.Table):
class Meta: class Meta:
attrs = {"class": "highlight"} attrs = {"class": "highlight"}
text = tables.LinkColumn("edit_ranking_category", args=[tables.A("id")]) text = tables.LinkColumn("edit_quote", args=[tables.A("id")])
authors = tables.ManyToManyColumn() authors = tables.ManyToManyColumn()
submitted_by = tables.Column() submitted_by = tables.Column()
edit = tables.LinkColumn( edit = tables.LinkColumn(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment