From e67702f06e1f9866c44df3a7e45f2739d43513f4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 1 Dec 2016 11:24:12 +0100 Subject: Open treatment sheet in find sheet --- archaeological_finds/templates/ishtar/sheet_find.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 39a6c47c8..61675b30b 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -85,6 +85,7 @@
+ @@ -94,6 +95,12 @@ {% for items, treatment in item.upstream_treatments %} + @@ -114,6 +121,7 @@
  {% trans "Type" %} {% trans "Related finds" %} {% trans "Doer" %}
+ + + + {{ treatment.treatment_type }} {% for item in items %}{{item}} {{ item|link_to_window}}{% endfor %} {{ treatment.person|default_if_none:"-" }}
+ @@ -123,6 +131,12 @@ {% for items, treatment in item.downstream_treatments %} + -- cgit v1.2.3
  {% trans "Type" %} {% trans "Related finds" %} {% trans "Doer" %}
+ + + + {{ treatment.treatment_type }} {% for item in items %}{{item}} {{ item|link_to_window}}{% endfor %} {{ treatment.person|default_if_none:"" }}