summaryrefslogtreecommitdiff
path: root/archaeological_finds/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-09 19:07:21 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-09 19:07:21 +0100
commitf93d2c9054185951fa911655c918fef6685cc035 (patch)
treee70136aa341212fcd2b22e7f28cd5bb89e2bac94 /archaeological_finds/wizards.py
parentdcdbe630e017af333a9f2568d6b7a8840791c97e (diff)
downloadIshtar-f93d2c9054185951fa911655c918fef6685cc035.tar.bz2
Ishtar-f93d2c9054185951fa911655c918fef6685cc035.zip
Treatment file -> Treatment request
Diffstat (limited to 'archaeological_finds/wizards.py')
-rw-r--r--archaeological_finds/wizards.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py
index d7e3dbac0..dab4a76d4 100644
--- a/archaeological_finds/wizards.py
+++ b/archaeological_finds/wizards.py
@@ -180,8 +180,8 @@ class TreatmentFileAdministrativeActWizard(
pk = self.session_get_value(form_key, "pk")
try:
return (
- (_(u"Treatment file"),
- unicode(models.Operation.objects.get(pk=pk))),
+ (_(u"Treatment request"),
+ unicode(models.TreatmentFile.objects.get(pk=pk))),
)
except models.TreatmentFile.DoesNotExist:
return