summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_finds.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r--archaeological_finds/models_finds.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index 318388da1..393583749 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -106,6 +106,9 @@ class TreatmentType(HierarchicalType):
help_text=_(
u"Check this if for this treatment from one find you'll get "
u"many."))
+ change_reference_location = models.BooleanField(
+ _(u"Change reference location"), default=False,
+ help_text=_(u"The treatment change the reference location."))
change_current_location = models.BooleanField(
_(u"Change current location"), default=False,
help_text=_(u"The treatment change the current location."))