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