diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-18 18:59:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-18 18:59:12 +0100 |
commit | 3dac55606d436ce8c54f8a8417d8f7eb9648e5f3 (patch) | |
tree | 339bd5355a4422a17f5694375887c7e5b70af37d /archaeological_operations/templates | |
parent | f1f7f4b8d06a0014c1003a51df1789e19e56b863 (diff) | |
download | Ishtar-3dac55606d436ce8c54f8a8417d8f7eb9648e5f3.tar.bz2 Ishtar-3dac55606d436ce8c54f8a8417d8f7eb9648e5f3.zip |
Context record: site field
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index 87bec9bd7..ec00480d9 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -21,7 +21,7 @@ <div class="row"> <div class="col main"> {{item.reference}} - {{item.name}} + {{item.name|default:''}} </div> <div class="col text-muted"> {% include "ishtar/blocks/sheet_external_id.html" %} |