From ecddd812681f9ad568bb9bad7c7fd7994cbea414 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 13 May 2024 12:38:26 +0200 Subject: đŸ’„ import sheet: better display of modified and created fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/ishtar/blocks/sheet_creation_section.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html b/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html index f23561afa..fb011dedc 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html @@ -3,19 +3,19 @@ {% if item.history_creator.ishtaruser.person %}
- +
{{item.history_creator.ishtaruser.person}} - {{item.history_creator.ishtaruser.person|link_to_window:request}}
- {{item.created|date:"DATETIME_FORMAT"}} + {{item.history_creator.ishtaruser.person|link_to_window:request}}
+
{{item.created|date:"DATETIME_FORMAT"}}
{% endif %} {% if not item.last_edition_date or item.created != item.last_edition_date %}
- +
{{item.history_modifier.ishtaruser.person}} - {{item.history_modifier.ishtaruser.person|link_to_window:request}}
- {% firstof item.history_date|date:"DATETIME_FORMAT" item.history.all.0.history_date|date:"DATETIME_FORMAT" %} + {{item.history_modifier.ishtaruser.person|link_to_window:request}}
+
{% firstof item.history_date|date:"DATETIME_FORMAT" item.history.all.0.history_date|date:"DATETIME_FORMAT" %}
{% endif %} {% if get_import_list %} -- cgit v1.2.3