diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-21 18:29:47 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-21 18:29:47 +0200 |
commit | 4bf634a003ab6c3d9edf1cc7fa40e7203d59711f (patch) | |
tree | 606b2c5299a5376e49addc4e2f8acc5d5f465fbe /archaeological_warehouse/wizards.py | |
parent | 28e66c7bae52302687dd73f86762f45529d71394 (diff) | |
download | Ishtar-4bf634a003ab6c3d9edf1cc7fa40e7203d59711f.tar.bz2 Ishtar-4bf634a003ab6c3d9edf1cc7fa40e7203d59711f.zip |
Djangoization - Major refactoring (step 9)
* move templates
* change labels
Diffstat (limited to 'archaeological_warehouse/wizards.py')
-rw-r--r-- | archaeological_warehouse/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_warehouse/wizards.py b/archaeological_warehouse/wizards.py index 06d3ec887..cbd756bc8 100644 --- a/archaeological_warehouse/wizards.py +++ b/archaeological_warehouse/wizards.py @@ -43,6 +43,6 @@ class PackagingWizard(TreatmentWizard): new.upstream_treatment = treatment new.container = dct['container'] new.save() - res = render_to_response('wizard_done.html', {}, + res = render_to_response('ishtar/wizard/wizard_done.html', {}, context_instance=RequestContext(self.request)) return return_object and (obj, res) or res |