.
This commit is contained in:
+6
-3
@@ -23,9 +23,9 @@ class CidUserTable(tables.Table):
|
||||
# edit = tables.LinkColumn(
|
||||
# "anatomy:anatomy_question_update", text="Edit", args=[A("pk")], orderable=False
|
||||
# )
|
||||
# view = tables.LinkColumn(
|
||||
# "anatomy:question_detail", text="View", args=[A("pk")], orderable=False
|
||||
# )
|
||||
view = tables.LinkColumn(
|
||||
"cid_scores", text="View", args=[A("cid"), A("passcode")], orderable=False
|
||||
)
|
||||
# image = ImageColumn("image", orderable=False)
|
||||
# clone = tables.LinkColumn('anatomy:anatomy_question_clone',
|
||||
# text='Clone',
|
||||
@@ -51,3 +51,6 @@ class CidUserTable(tables.Table):
|
||||
"email",
|
||||
)
|
||||
# sequence = ("view")
|
||||
|
||||
# def render_cid(self, value, record):
|
||||
# return format_html("""<a href="#" onclick="return window.create_popup_window('/longs/series/{}', 'Series')" >Popup</a>""", record.pk)
|
||||
|
||||
Reference in New Issue
Block a user