From 50c0e779c3670264f2966b4659c6a656001fcf31 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 14 Sep 2019 11:27:28 +0200 Subject: Operation, site: multi del - redirs --- archaeological_context_records/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/wizards.py b/archaeological_context_records/wizards.py index c880f2a4f..8338f8b23 100644 --- a/archaeological_context_records/wizards.py +++ b/archaeological_context_records/wizards.py @@ -154,5 +154,5 @@ class RecordDeletionWizard(MultipleDeletionWizard): 'depth', 'location', 'datings', 'units', 'documentations', 'filling', 'interpretation', 'taq', 'taq_estimated', 'tpq', 'tpq_estimated'] - filter_owns = {'selec-record_deletion': ['pk']} + filter_owns = {'selec-record_deletion': ['pks']} redirect_url = "record_deletion" -- cgit v1.2.3