allow merging of examinations

This commit is contained in:
Ross
2023-07-03 11:10:50 +01:00
parent 1ade42d7ba
commit 6b5c3f8914
14 changed files with 178 additions and 39 deletions
+1 -1
View File
@@ -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)