diff --git a/profiles/templates/profiles/profile_list.html b/profiles/templates/profiles/profile_list.html
index 22464d81e2429b723c79a938e874e09eaf1c3460..32bf74c3c66961f18364fffdb105b794edadd60a 100644
--- a/profiles/templates/profiles/profile_list.html
+++ b/profiles/templates/profiles/profile_list.html
@@ -37,7 +37,7 @@ $(document).ready(function($) {
       <li><i class="fa fa-check-circle text-success"></i> No email-duplicate Contributors found</li>
       {% endif %}
       {% if next_contributor_wo_profile %}
-      <li>Create a Profile for <a href="{% url 'profiles:profile_create' from_type='contributor' pk=next_contributor_wo_profile.id %}">the next</a> Contributor without one ({{ nr_contributors_wo_profile }} to handle)</li>
+      <li><i class="fa fa-exclamation-circle text-warning"></i> Create a Profile for <a href="{% url 'profiles:profile_create' from_type='contributor' pk=next_contributor_wo_profile.id %}">the next</a> Contributor without one ({{ nr_contributors_wo_profile }} to handle)</li>
       {% else %}
       <li><i class="fa fa-check-circle text-success"></i> All registered Contributors have a Profile</li>
       {% endif %}