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 | 08f5680610562ea92c6bd8f9476f047fa3ee8c57 (patch) | |
tree | b810f44f802e872b60dca03223497ed78cd6b90a /archaeological_finds | |
parent | 93a8d035e4e9ff0952998eb63234fee62c4ad1f5 (diff) | |
download | Ishtar-08f5680610562ea92c6bd8f9476f047fa3ee8c57.tar.bz2 Ishtar-08f5680610562ea92c6bd8f9476f047fa3ee8c57.zip |
Archaeological finds: add previous Id to window
Diffstat (limited to 'archaeological_finds')
-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 %} |