--- a/src/iconolab/templates/iconolab/detail_item.html Mon Sep 19 16:13:53 2016 +0200
+++ b/src/iconolab/templates/iconolab/detail_item.html Mon Sep 19 16:15:56 2016 +0200
@@ -29,7 +29,7 @@
{% if item.metadatas.measurements %}<h5>Mesures : {{item.metadatas.measurements}}</h5>{% endif %}
{% if item.metadatas.create_or_usage_location %}<h5>Lieu de création/utilisation : <small>{{item.metadatas.create_or_usage_location}}</small></h5>{% endif %}
{% if item.metadatas.discovery_context %}<h5>Contexte de découverte : <small>{{item.metadatas.discovery_context}}</small></h5>{% endif %}
- {% if item.metadatas.photo_credits %}<h5>Crédits photographique : <small>{{item.metadatas.photo_credits}}</small></h5>{% endif %}
+ {% if item.metadatas.photo_credits %}<h5>Crédits photographiques : <small>{{item.metadatas.photo_credits}}</small></h5>{% endif %}
{% if item.metadatas.inventory_number %}<h5>Numéro d'inventaire : <small>{{item.metadatas.inventory_number}}</small></h5>{% endif %}
{% if item.metadatas.joconde_ref %}<h5><a href="{{item.metadatas.get_joconde_url}}">Cet objet dans Joconde</a></h5>{% endif %}
<br>