8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-14 06:38:27 +00:00

Change Glyphicon to Font Awesome on login page

This commit is contained in:
Alexandre Iooss 2018-09-28 12:37:49 +02:00
parent 26e68a0ac0
commit 129d22d7c5

View file

@ -32,8 +32,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<form method="post" action="{% url 'login' %}">
{% csrf_token %}
{% bootstrap_form form %}
<button class="btn btn-success" type="submit"><span
class="glyphicon glyphicon-log-in"></span> {% trans "Log in" %}</button>
<button class="btn btn-success" type="submit">
<i class="fa fa-sign-in"></i> {% trans "Log in" %}
</button>
</form>
<p><a class="btn btn-warning btn-sm" role="button"
href="{% url 'users:reset-password' %}"> {% trans "Forgotten password?" %}</a></p>