diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-07-15 19:22:49 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-07-15 19:22:49 +0200 |
commit | 3c4675c7d2f657a5dce8bf55cc8b6a3289197943 (patch) | |
tree | 195f2dba6fccee16cea401e1d440156449476ec3 /archaeological_operations/models.py | |
parent | 7c5c1f73ba17425c3737e96bbc600be43608b0a2 (diff) | |
download | Ishtar-3c4675c7d2f657a5dce8bf55cc8b6a3289197943.tar.bz2 Ishtar-3c4675c7d2f657a5dce8bf55cc8b6a3289197943.zip |
Clean act type script (refs #1949)
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index c6e55f03b..f6ac43239 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -447,7 +447,7 @@ class OperationSource(Source): return self.operation class ActType(GeneralType): - TYPE = (('F', _(u'Archaelogical file')), + TYPE = (('F', _(u'Archaeological file')), ('O', _(u'Operation')), ) intented_to = models.CharField(_(u"Intended to"), max_length=1, |