.
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ class LongTable(tables.Table):
|
||||
"longs:long_update", text="Edit", args=[A("pk")], orderable=False
|
||||
)
|
||||
view = tables.LinkColumn(
|
||||
"longs:long_detail", text="View", args=[A("pk")], orderable=False
|
||||
"longs:question_detail", text="View", args=[A("pk")], orderable=False
|
||||
)
|
||||
clone = tables.LinkColumn(
|
||||
"longs:long_clone", text="Clone", args=[A("pk")], orderable=False
|
||||
|
||||
Reference in New Issue
Block a user