From 08f5680610562ea92c6bd8f9476f047fa3ee8c57 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 17 Nov 2015 18:00:05 +0100 Subject: Archaeological finds: add previous Id to window --- archaeological_finds/templates/ishtar/sheet_find.html | 1 + 1 file changed, 1 insertion(+) 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 %} -- cgit v1.2.3