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/templates | |
parent | e0f043c751fd59912ed36611adfcc7a7ce4ae15c (diff) | |
download | Ishtar-31f59d4a6516caf8f92aeded3597477dbd0d7556.tar.bz2 Ishtar-31f59d4a6516caf8f92aeded3597477dbd0d7556.zip |
Update labels
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 0bc26b58c..ef54be952 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -45,7 +45,8 @@ {% field_flex "Diameter (cm)" item.diameter %} {% field_flex "Thickness (cm)" item.thickness %} {% field_flex "Volume (l)" item.volume %} - {% field_flex "Weight" item.weight_string %} + {% trans "Weight (g)" as weight_label %} + {% field_flex weight_label item.weight_string %} {% field_flex_full "Dimensions comment" item.dimensions_comment "<pre>" "</pre>" %} {% field_flex "Find number" item.find_number %} |