diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-12-02 12:12:02 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:22 +0100 |
commit | eb749255c67bad1603686eb6515bc48759b4fd2b (patch) | |
tree | be5c181831a221d9c91774e9201605a5b37cda2c /ishtar_common/templates | |
parent | 3c6d4cca5fdb40850359c5a4cdf1f17fd5bd7473 (diff) | |
download | Ishtar-eb749255c67bad1603686eb6515bc48759b4fd2b.tar.bz2 Ishtar-eb749255c67bad1603686eb6515bc48759b4fd2b.zip |
Sheet: complete identifier
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_document.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_document.html b/ishtar_common/templates/ishtar/sheet_document.html index 0497e7f5a..08af1e928 100644 --- a/ishtar_common/templates/ishtar/sheet_document.html +++ b/ishtar_common/templates/ishtar/sheet_document.html @@ -35,7 +35,7 @@ <div class="col-12 col-md-6 col-lg-3 flex-wrap"> {% if item.complete_identifier %}<p class="window-refs" title="{% trans 'Complete identifier' %}"> - <strong>{{ item.complete_identifier|default:"" }}</strong></p>{% endif %} + <strong>{{ item.complete_identifier }}</strong></p>{% endif %} <p class="window-refs" title="{% trans 'Reference' %}">{{ item.reference|default:"" }}</p> <p class="window-refs" |