diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-18 17:15:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-18 17:15:01 +0100 |
commit | 14e7f3dddfae93e7bb15cc61ab4104c1a1ae88cb (patch) | |
tree | 8438fc8255c28f8d179239535bcb72665349890e /ishtar_common/models.py | |
parent | 8c44164415f64e5f10ae5b022c84f542a74cdef1 (diff) | |
download | Ishtar-14e7f3dddfae93e7bb15cc61ab4104c1a1ae88cb.tar.bz2 Ishtar-14e7f3dddfae93e7bb15cc61ab4104c1a1ae88cb.zip |
Archaeological sites: add towns on model
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 74b2f4221..14b9849e1 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1464,7 +1464,7 @@ CURRENCY = ((u"€", _(u"Euro")), (u"$", _(u"US dollar"))) FIND_INDEX_SOURCE = ((u"O", _(u"Operations")), (u"CR", _(u"Context records"))) -SITE_LABELS = [('site', _(u"Site")), ('entity', _(u"Archaeological entity"))] +SITE_LABELS = [('site', _(u"Site")), ('entity', _(u"Archaeological site"))] class IshtarSiteProfile(models.Model, Cached): |