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_operations/templates/ishtar/sheet_administrativeact.html | 2 +- archaeological_operations/templates/ishtar/sheet_operation.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html index b12c1f8c0..080275aa9 100644 --- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html +++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html @@ -35,7 +35,7 @@ {% if item.operation and item.operation.surface %}
  • {{ item.operation.surface }} m2 ({{ item.operation.surface_ha }} ha)
  • {% endif %} - {% field_li "Created by" item.history_creator.ishtaruser %} + {% field_li_detail "Created by" item.history_creator.ishtaruser.person %} {% comment %}{% if item.general_contractor.attached_to %}

    {{ item.general_contractor.attached_to }}

    {% endif %} diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 43446c516..28e4ae6b5 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -25,7 +25,7 @@