.
This commit is contained in:
+12
-12
@@ -243,12 +243,12 @@ class PresentationTable(tables.Table):
|
|||||||
verbose_name="Presentation",
|
verbose_name="Presentation",
|
||||||
)
|
)
|
||||||
|
|
||||||
edit = tables.LinkColumn(
|
#edit = tables.LinkColumn(
|
||||||
"atlas:presentation_update", text="Edit", args=[A("pk")], orderable=False
|
# "atlas:presentation_update", text="Edit", args=[A("pk")], orderable=False
|
||||||
)
|
#)
|
||||||
delete = tables.LinkColumn(
|
#delete = tables.LinkColumn(
|
||||||
"atlas:presentation_delete", text="Delete", args=[A("pk")], orderable=False
|
# "atlas:presentation_delete", text="Delete", args=[A("pk")], orderable=False
|
||||||
)
|
#)
|
||||||
selection = tables.CheckBoxColumn(accessor="pk", orderable=False)
|
selection = tables.CheckBoxColumn(accessor="pk", orderable=False)
|
||||||
|
|
||||||
subspecialty = tables.ManyToManyColumn(verbose_name="Parents")
|
subspecialty = tables.ManyToManyColumn(verbose_name="Parents")
|
||||||
@@ -266,12 +266,12 @@ class PathologicalProcessTable(tables.Table):
|
|||||||
verbose_name="PathologicalProcess",
|
verbose_name="PathologicalProcess",
|
||||||
)
|
)
|
||||||
|
|
||||||
edit = tables.LinkColumn(
|
#edit = tables.LinkColumn(
|
||||||
"atlas:pathological_process_update", text="Edit", args=[A("pk")], orderable=False
|
# "atlas:pathological_process_update", text="Edit", args=[A("pk")], orderable=False
|
||||||
)
|
#)
|
||||||
delete = tables.LinkColumn(
|
#delete = tables.LinkColumn(
|
||||||
"atlas:pathological_process_delete", text="Delete", args=[A("pk")], orderable=False
|
# "atlas:pathological_process_delete", text="Delete", args=[A("pk")], orderable=False
|
||||||
)
|
#)
|
||||||
selection = tables.CheckBoxColumn(accessor="pk", orderable=False)
|
selection = tables.CheckBoxColumn(accessor="pk", orderable=False)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|||||||
Reference in New Issue
Block a user