From 67b29d3f31b6d82fc531c9b83eb99a16b13b9e0c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 4 Dec 2016 22:10:30 +0100 Subject: Sheet find: fix treatment types display --- archaeological_finds/templates/ishtar/sheet_find.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 61675b30b..2efb9a69c 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -101,7 +101,7 @@ - {{ treatment.treatment_type }} + {{ treatment.treatment_types_lbl }} {% for item in items %}{{item}} {{ item|link_to_window}}{% endfor %} {{ treatment.person|default_if_none:"-" }} {{ treatment.container|default_if_none:"-" }} @@ -137,7 +137,7 @@ - {{ treatment.treatment_type }} + {{ treatment.treatment_types_lbl }} {% for item in items %}{{item}} {{ item|link_to_window}}{% endfor %} {{ treatment.person|default_if_none:"" }} {{ treatment.container|default_if_none:"-" }} -- cgit v1.2.3