diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-05 20:56:09 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-05 20:56:09 +0100 |
| commit | e2f547ecc4cfa90bed80602bdb6f7957a54b2104 (patch) | |
| tree | fd353a70e97b7e62662eb2c5fb61a838c13dbab6 /archaeological_finds/models_finds.py | |
| parent | b1ab884191661f74fdd88498fdcc7872adada849 (diff) | |
| download | Ishtar-e2f547ecc4cfa90bed80602bdb6f7957a54b2104.tar.bz2 Ishtar-e2f547ecc4cfa90bed80602bdb6f7957a54b2104.zip | |
Improve find card
Diffstat (limited to 'archaeological_finds/models_finds.py')
| -rw-r--r-- | archaeological_finds/models_finds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 088fc14b7..1f132d3e8 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -678,7 +678,7 @@ class Find(BulkUpdatedItem, ValueGetter, BaseHistorizedItem, ImageModel, _(u"External ID is set automatically"), default=False) order = models.IntegerField(_(u"Order"), default=1) label = models.TextField(_(u"Free ID")) - denomination = models.TextField(_(u"Label"), blank=True, null=True) + denomination = models.TextField(_(u"Denomination"), blank=True, null=True) museum_id = models.TextField(_(u"Museum ID"), blank=True, null=True) description = models.TextField(_(u"Description"), blank=True, null=True) decoration = models.TextField(_(u"Decoration"), blank=True, null=True) |
