From e9f2a99ddad0ce96fa14731485944fff151e80fa Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 18 Nov 2018 14:16:56 +0100
Subject: [PATCH] Forgot one...

---
 profiles/templates/profiles/profile_list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/templates/profiles/profile_list.html b/profiles/templates/profiles/profile_list.html
index 32bf74c3c..b4f0e0e02 100644
--- a/profiles/templates/profiles/profile_list.html
+++ b/profiles/templates/profiles/profile_list.html
@@ -27,7 +27,7 @@ $(document).ready(function($) {
     <h4>Profiles-related Actions:</h4>
     <ul>
       {% if nr_contributors_w_duplicate_names > 0 %}
-      <li><a href="{% url 'scipost:contributor_duplicates' %}?kind=names">Handle Contributors with duplicate names ({{ nr_contributors_w_duplicate_names }} to handle)</a></li>
+      <li><i class="fa fa-exclamation-circle text-warning"></i> <a href="{% url 'scipost:contributor_duplicates' %}?kind=names">Handle Contributors with duplicate names ({{ nr_contributors_w_duplicate_names }} to handle)</a></li>
       {% else %}
       <li><i class="fa fa-check-circle text-success"></i> No name-duplicate Contributors found</li>
       {% endif %}
-- 
GitLab