diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-11-17 18:00:05 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-11-17 18:00:05 +0100 |
commit | 49cac74d41e2bd0b5f45672687ec331e168bbf43 (patch) | |
tree | b810f44f802e872b60dca03223497ed78cd6b90a | |
parent | 867f96e36d1a67b14cdcf5de5c615a22beed2501 (diff) | |
download | Ishtar-49cac74d41e2bd0b5f45672687ec331e168bbf43.tar.bz2 Ishtar-49cac74d41e2bd0b5f45672687ec331e168bbf43.zip |
Archaeological finds: add previous Id to window
-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 %} |