summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--showcase/templates/showcase/item-find.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/showcase/templates/showcase/item-find.html b/showcase/templates/showcase/item-find.html
index 1519b8b..403f524 100644
--- a/showcase/templates/showcase/item-find.html
+++ b/showcase/templates/showcase/item-find.html
@@ -61,13 +61,13 @@
<div class="description">{{data.description|linebreaks}}</div>
{% endif %}
{% if data.object_types|length %}
- <p><em>{% trans "Object type:" %}</em> {{data.object_types|join:" ; "}}</p>
+ <p><em>{% trans "Object type(s):" %}</em> {{data.object_types|join:" ; "}}</p>
{% endif %}
{% if data.materials|length %}
- <p><em>{% trans "Materials:" %}</em> {{data.materials|join:" ; "}}</p>
+ <p><em>{% trans "Material(s):" %}</em> {{data.materials|join:" ; "}}</p>
{% endif %}
{% if data.datings|length %}<p><em>{% trans "Period(s):" %}</em>
- {% for dating in data.datings %}{% if forloop.counter0 %} ; {% endif %}{{dating.period}}{% endfor %}
+ {% for dating in data.datings %}{% if forloop.counter0 %} ; {% endif %}{{dating}}{% endfor %}
</p>{% endif %}
{% if data.free_id %}<p><small><em>{% trans "ID:" %}</em> {{data.free_id}}</small></p>{% endif %}
</div>