.
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ 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(
|
cid = tables.LinkColumn(
|
||||||
"cid_scores", text=A("cid"), args=[A("cid"), A("passcode")], orderable=False
|
"CID", args=[A("cid"), A("passcode")], orderable=False
|
||||||
)
|
)
|
||||||
# image = ImageColumn("image", orderable=False)
|
# image = ImageColumn("image", orderable=False)
|
||||||
# clone = tables.LinkColumn('anatomy:anatomy_question_clone',
|
# clone = tables.LinkColumn('anatomy:anatomy_question_clone',
|
||||||
|
|||||||
Reference in New Issue
Block a user