summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms_treatments.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-09 19:09:22 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-09 19:09:22 +0100
commitb24992a9a661dc6211c11924a0d8b4973c579f7c (patch)
tree5c1c803d5ca7cdf77db9e23f58de9aff44ad53ff /archaeological_finds/forms_treatments.py
parent09495f09efe06ee734b9cb325c2fc154e15b2a35 (diff)
downloadIshtar-b24992a9a661dc6211c11924a0d8b4973c579f7c.tar.bz2
Ishtar-b24992a9a661dc6211c11924a0d8b4973c579f7c.zip
Treatment state -> State
Diffstat (limited to 'archaeological_finds/forms_treatments.py')
-rw-r--r--archaeological_finds/forms_treatments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/forms_treatments.py b/archaeological_finds/forms_treatments.py
index 6627a3658..f73672967 100644
--- a/archaeological_finds/forms_treatments.py
+++ b/archaeological_finds/forms_treatments.py
@@ -99,7 +99,7 @@ class BaseTreatmentForm(ManageOldType, forms.Form):
treatment_type = forms.MultipleChoiceField(
label=_(u"Treatment type"), choices=[],
widget=widgets.CheckboxSelectMultiple)
- treatment_state = forms.ChoiceField(label=_(u"Treatment state"),
+ treatment_state = forms.ChoiceField(label=_(u"State"),
choices=[], required=False)
target_is_basket = forms.NullBooleanField(label=_(u"Target"))
person = forms.IntegerField(