diff options
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 4 | 
1 files 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 @@          <i class="fa fa-info-circle" aria-hidden="true"></i>        </a>      </td> -    <td class='string'>{{ treatment.treatment_type }}</td> +    <td class='string'>{{ treatment.treatment_types_lbl }}</td>      <td class='item-list'>{% for item in items %}<span>{{item}} {{ item|link_to_window}}</span>{% endfor %}</td>      <td class='string'>{{ treatment.person|default_if_none:"-" }}</td>      <td class='string'>{{ treatment.container|default_if_none:"-" }}</td> @@ -137,7 +137,7 @@          <i class="fa fa-info-circle" aria-hidden="true"></i>        </a>      </td> -    <td class='string'>{{ treatment.treatment_type }}</td> +    <td class='string'>{{ treatment.treatment_types_lbl }}</td>      <td class='item-list'>{% for item in items %}<span>{{item}} {{ item|link_to_window}}</span>{% endfor %}</td>      <td class='string'>{{ treatment.person|default_if_none:"" }}</td>      <td class='string'>{{ treatment.container|default_if_none:"-" }}</td> | 
