diff --git a/patchwork/templates/patchwork/partials/patch-list.html b/patchwork/templates/patchwork/partials/patch-list.html index a882cd9d8..e919c6d9b 100644 --- a/patchwork/templates/patchwork/partials/patch-list.html +++ b/patchwork/templates/patchwork/partials/patch-list.html @@ -192,6 +192,11 @@ {% if patch.series %} +{% if user.is_authenticated and user.profile.show_ids %} + +{% endif %} {{ patch.series|truncatechars:100 }}