mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-01 00:01:26 +02:00
Use bootstrap-select selector when it is necessary
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
{% if user_object == user %}
|
||||
<dt class="col-sm-6 text-end">{% trans "Password:" %}</dt>
|
||||
<dd class="col-sm-6">
|
||||
<a href="{% url 'password_change' %}" class="btn-sm btn-secondary">
|
||||
<a href="{% url 'password_change' %}" class="btn btn-sm btn-secondary">
|
||||
<i class="fas fa-edit"></i> {% trans "Change password" %}
|
||||
</a>
|
||||
</dd>
|
||||
|
Reference in New Issue
Block a user