summaryrefslogtreecommitdiff
path: root/archaeological_context_records/wizards.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records/wizards.py')
-rw-r--r--archaeological_context_records/wizards.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/wizards.py b/archaeological_context_records/wizards.py
index 2780acfbc..0d877929f 100644
--- a/archaeological_context_records/wizards.py
+++ b/archaeological_context_records/wizards.py
@@ -146,6 +146,7 @@ class RecordDeletionWizard(DeletionWizard):
class RecordSourceWizard(SourceWizard):
model = models.ContextRecordSource
+ wizard_done_window = reverse_lazy('show-contextrecordsource')
class RecordSourceDeletionWizard(DeletionWizard):