diff options
Diffstat (limited to 'showcase')
-rw-r--r-- | showcase/templates/showcase/item-find.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/showcase/templates/showcase/item-find.html b/showcase/templates/showcase/item-find.html index 71f4cff..1519b8b 100644 --- a/showcase/templates/showcase/item-find.html +++ b/showcase/templates/showcase/item-find.html @@ -69,6 +69,7 @@ {% if data.datings|length %}<p><em>{% trans "Period(s):" %}</em> {% for dating in data.datings %}{% if forloop.counter0 %} ; {% endif %}{{dating.period}}{% endfor %} </p>{% endif %} + {% if data.free_id %}<p><small><em>{% trans "ID:" %}</em> {{data.free_id}}</small></p>{% endif %} </div> <div class="mt-2 bs-callout bs-callout-xl bs-callout-primary"> |