diff options
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" |