SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit ab17e957 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Uniformize presentation of admin bullets on profile_list

parent a5122906
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ $(document).ready(function($) { ...@@ -37,7 +37,7 @@ $(document).ready(function($) {
<li><i class="fa fa-check-circle text-success"></i> No email-duplicate Contributors found</li> <li><i class="fa fa-check-circle text-success"></i> No email-duplicate Contributors found</li>
{% endif %} {% endif %}
{% if next_contributor_wo_profile %} {% 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 %} {% else %}
<li><i class="fa fa-check-circle text-success"></i> All registered Contributors have a Profile</li> <li><i class="fa fa-check-circle text-success"></i> All registered Contributors have a Profile</li>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment