diff --git a/swh/web/templates/includes/show-metadata.html b/swh/web/templates/includes/show-metadata.html --- a/swh/web/templates/includes/show-metadata.html +++ b/swh/web/templates/includes/show-metadata.html @@ -39,7 +39,7 @@ {% for swhid_info in swhids_info %} - {{swhid_info.object_type}} + {{swhid_info.object_type.name.lower}} {% endfor %}