From 9616de5a2c949bedde51e00e828478896bfe51bb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 27 Dec 2013 17:53:15 +0100 Subject: Display current item window after creation and modification (refs #1574) --- archaeological_finds/wizards.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds/wizards.py') diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py index e5024f10e..0a7ddc284 100644 --- a/archaeological_finds/wizards.py +++ b/archaeological_finds/wizards.py @@ -25,12 +25,14 @@ from django.template import RequestContext from django.utils.safestring import mark_safe from django.utils.translation import ugettext_lazy as _ +from ishtar_common.forms import reverse_lazy from ishtar_common.wizards import Wizard, DeletionWizard, SourceWizard import models class FindWizard(Wizard): file_storage = default_storage model = models.Find + wizard_done_window = reverse_lazy('show-find') def get_current_contextrecord(self): step = self.steps.current -- cgit v1.2.3