diff options
| author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2018-02-23 11:10:59 +0100 |
|---|---|---|
| committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2018-02-23 11:10:59 +0100 |
| commit | 31f59d4a6516caf8f92aeded3597477dbd0d7556 (patch) | |
| tree | e5a3e965001ec480eb99a0f224a973b0fe66e762 /archaeological_finds/models_finds.py | |
| parent | e0f043c751fd59912ed36611adfcc7a7ce4ae15c (diff) | |
| download | Ishtar-31f59d4a6516caf8f92aeded3597477dbd0d7556.tar.bz2 Ishtar-31f59d4a6516caf8f92aeded3597477dbd0d7556.zip | |
Update labels
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 7a23cfb86..7d9b4bd8a 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -685,7 +685,7 @@ class Find(BulkUpdatedItem, ValueGetter, BaseHistorizedItem, ImageModel, blank=True ) volume = models.FloatField(_(u"Volume (l)"), blank=True, null=True) - weight = models.FloatField(_(u"Weight (g)"), blank=True, null=True) + weight = models.FloatField(_(u"Weight"), blank=True, null=True) weight_unit = models.CharField(_(u"Weight unit"), max_length=4, blank=True, null=True, choices=WEIGHT_UNIT) find_number = models.IntegerField(_(u"Find number"), blank=True, null=True) |
