diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
| -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 %} |
