diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-11-06 16:42:50 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-11-06 16:42:50 +0100 |
commit | 161a05ea83615309b9c4751fb9e184c8e71f40e0 (patch) | |
tree | ceb1d5056ab27b3188501bd3be8e53e7326dea59 /ishtar_common/models.py | |
parent | aa64c54d218f91295173502e80fc6ed003dd75c2 (diff) | |
download | Ishtar-161a05ea83615309b9c4751fb9e184c8e71f40e0.tar.bz2 Ishtar-161a05ea83615309b9c4751fb9e184c8e71f40e0.zip |
Fix admin act ordering (closes #2052)
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 6c4ec2e49..b6262278b 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -866,6 +866,7 @@ class Person(Address, OwnPerms, ValueGetter) : _prefix = 'person_' TYPE = (('Mr', _(u'Mr')), ('Ms', _(u'Miss')), + ('Mr and Miss', _(u'Mr and Miss')), ('Md', _(u'Mrs')), ('Dr', _(u'Doctor')), ) |