From d24ad32d9beb5aea7f547cf33c48134aa9e9ce79 Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Thu, 9 Feb 2017 12:42:53 +0100 Subject: Sheets: remove title from Created_by and add link to creator sheet --- archaeological_files/templates/ishtar/sheet_file.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_files/templates') diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 249a9846c..071db20ee 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -23,7 +23,7 @@ {% field_li "Reception date" item.reception_date|date:"DATE_FORMAT" %} {% field_li "Creation date" item.creation_date|date:"DATE_FORMAT" %} -{% field_li "Created by" item.history_creator.ishtaruser.full_label %} +{% field_li_detail "Created by" item.history_creator.ishtaruser.person %} {% comment %} {% if item.deadline_date and not item.acts %} -- cgit v1.2.3