From 26fd95c723cec410e179362f2c86ea1e7b527e3d 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)
---
.../templates/ishtar/sheet_contextrecord.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'archaeological_context_records')
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index 95a44116d..acc0db718 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -30,7 +30,7 @@
{%endif%}
{{item.full_label}}
{{ item.creation_date }}
- {{ item.created_by.full_label }}
+ {{ item.history_creator.ishtaruser.full_label }}
{%if item.unit %}
{{ item.unit }}
{%endif%}
--
cgit v1.2.3