summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-28 15:22:08 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-28 15:22:08 +0200
commite5ea19715498b8593915303660a37761f3431bc7 (patch)
tree07cc470409c855234c9ed579c4034f5694b265d0 /ishtar_common/models.py
parentbf633470b4dd719d55122cd4e2118fa5daf63ef1 (diff)
downloadIshtar-e5ea19715498b8593915303660a37761f3431bc7.tar.bz2
Ishtar-e5ea19715498b8593915303660a37761f3431bc7.zip
Welcome image label for site depending on the profile - Site deletion label
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 1db2ac4ea..aca5f9a34 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1706,11 +1706,13 @@ TRANSLATED_SITE_LABELS = {
'search': _(u"Site search"),
'new': _(u"New site"),
'modification': _(u"Site modification"),
+ 'deletion': _(u"Site deletion"),
},
'entity': {
'search': _(u"Archaeological entity search"),
'new': _(u"New archaeological entity"),
'modification': _(u"Archaeological entity modification"),
+ 'deletion': _(u"Archaeological entity deletion"),
},
}