1
0
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:
Emmy D'Anello
2023-02-20 17:23:12 +01:00
parent e156ed6111
commit a8f24b6581
4 changed files with 32 additions and 28 deletions

View File

@ -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>