summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_find.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-16 12:47:33 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-16 12:48:23 +0100
commit9e5be05c239888f4c2fc0c457e0713a15915613d (patch)
treee6d085c1f8521ee7feb9ddd980dc5e0ad5bce7a5 /archaeological_finds/templates/ishtar/sheet_find.html
parente20e666c551e1d4d4630949fcd5000395697a5b2 (diff)
downloadIshtar-9e5be05c239888f4c2fc0c457e0713a15915613d.tar.bz2
Ishtar-9e5be05c239888f4c2fc0c457e0713a15915613d.zip
Basket: add a close button (refs #3407)
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 381c81a31..912bf1b93 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -142,7 +142,7 @@
</a>
</td>
<td class='string'>{{ treatment.year }} - {{treatment.index}}</td>
- <td class='string'>{{ treatment.label }}</td>
+ <td class='string'>{{ treatment.label|default_if_none:"-" }}</td>
<td class='string'>{{ treatment.treatment_types_lbl }}</td>
<td class='string'>{{ treatment.treatment_state|default_if_none:"-" }}</td>
<td class='item-list'>{% for item in items %}<span>{{item}} {{ item|link_to_window}}</span>{% endfor %}</td>