This commit is contained in:
Ross
2021-12-17 17:58:22 +00:00
parent cc3a6ab87b
commit 9ad066a520
+1 -1
View File
@@ -50,7 +50,7 @@ class CidUserTable(tables.Table):
"internal_candidate",
"email",
)
sequence = ("view")
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)