.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ class CidUserTable(tables.Table):
|
|||||||
# edit = tables.LinkColumn(
|
# edit = tables.LinkColumn(
|
||||||
# "anatomy:anatomy_question_update", text="Edit", args=[A("pk")], orderable=False
|
# "anatomy:anatomy_question_update", text="Edit", args=[A("pk")], orderable=False
|
||||||
# )
|
# )
|
||||||
view = tables.LinkColumn(
|
view = tables.LinkColumn(
|
||||||
"cid_scores", text="View", args=[A("cid"), A("passcode")], orderable=False
|
"cid_scores", text="View", args=[A("cid"), A("passcode")], orderable=False
|
||||||
)
|
)
|
||||||
# image = ImageColumn("image", orderable=False)
|
# image = ImageColumn("image", orderable=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user