diff options
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 29dda7e7c..b0eaecd76 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -29,6 +29,7 @@  {% endif%}  {% field "Free-ID" item.label %} +{% field "Previous ID" item.previous_id %}  {% field "Description" item.description %}  {% field "Created by" item.history_creator.ishtaruser.full_label %}  {% field "Administrative index" item.administrative_index %} | 
