mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Use Debian font awesome
This commit is contained in:
		@@ -69,11 +69,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
 | 
			
		||||
                {% endif %}
 | 
			
		||||
                {% if can_lock_note %}
 | 
			
		||||
                <button class="btn btn-sm btn-danger" data-toggle="modal" data-target="#lock-note-modal">
 | 
			
		||||
                    <i class="fas fa-ban"></i> {% trans 'Lock note' %}
 | 
			
		||||
                    <i class="fa fa-ban"></i> {% trans 'Lock note' %}
 | 
			
		||||
                </button>
 | 
			
		||||
                {% elif can_unlock_note %}
 | 
			
		||||
                <button class="btn btn-sm btn-success" data-toggle="modal" data-target="#unlock-note-modal">
 | 
			
		||||
                    <i class="fas fa-check-circle"></i> {% trans 'Unlock note' %}
 | 
			
		||||
                    <i class="fa fa-check-circle"></i> {% trans 'Unlock note' %}
 | 
			
		||||
                </button>
 | 
			
		||||
                {% endif %}
 | 
			
		||||
            </div>
 | 
			
		||||
@@ -181,4 +181,4 @@ SPDX-License-Identifier: GPL-3.0-or-later
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
</script>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
 | 
			
		||||
{% block content %}
 | 
			
		||||
{% if "member.change_profile_registration_valid"|has_perm:user %}
 | 
			
		||||
<a class="btn btn-block btn-secondary mb-3" href="{% url 'registration:future_user_list' %}">
 | 
			
		||||
    <i class="fas fa-user-plus"></i> {% trans "Registrations" %}
 | 
			
		||||
    <i class="fa fa-user-plus"></i> {% trans "Registrations" %}
 | 
			
		||||
</a>
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user