From ab17e95770e4fd07f4d2997319a70d6bbbf76ef9 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 18 Nov 2018 14:14:49 +0100 Subject: [PATCH] Uniformize presentation of admin bullets on profile_list --- 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 22464d81e..32bf74c3c 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 %} -- GitLab