From 46c52f0ce3f76bc8abe5f47318f8304cdc368fa3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 12 May 2014 22:57:10 +0200 Subject: Fix created by fields on sheets (refs #1590) --- archaeological_finds/templates/ishtar/sheet_find.html | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 89f335e1a..0e5ddfac0 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -32,6 +32,7 @@ {{item.label}}

{% if item.description %}

{{item.description}}

{% endif%} +

{{ item.history_creator.ishtaruser.full_label }}

{{item.material_type}}

-- cgit v1.2.3