allow merging of examinations
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ class LongSeriesTable(tables.Table):
|
||||
"longs:long_series_update", text="Edit", args=[A("pk")], orderable=False
|
||||
)
|
||||
view = tables.LinkColumn(
|
||||
"longs:long_series_detail", text="View", args=[A("pk")], orderable=False
|
||||
"longs:series_detail", text="View", args=[A("pk")], orderable=False
|
||||
)
|
||||
popup = tables.Column(empty_values=(), orderable=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user