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 @@ -12,7 +12,11 @@ - Show metadata + {% if user.is_staff %} + Legacy extrinsic metadata + {% else %} + Show metadata + {% endif %}