mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Change Glyphicon to Font Awesome on login page
This commit is contained in:
parent
26e68a0ac0
commit
129d22d7c5
1 changed files with 3 additions and 2 deletions
|
@ -32,8 +32,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
<form method="post" action="{% url 'login' %}">
|
<form method="post" action="{% url 'login' %}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{% bootstrap_form form %}
|
{% bootstrap_form form %}
|
||||||
<button class="btn btn-success" type="submit"><span
|
<button class="btn btn-success" type="submit">
|
||||||
class="glyphicon glyphicon-log-in"></span> {% trans "Log in" %}</button>
|
<i class="fa fa-sign-in"></i> {% trans "Log in" %}
|
||||||
|
</button>
|
||||||
</form>
|
</form>
|
||||||
<p><a class="btn btn-warning btn-sm" role="button"
|
<p><a class="btn btn-warning btn-sm" role="button"
|
||||||
href="{% url 'users:reset-password' %}"> {% trans "Forgotten password?" %}</a></p>
|
href="{% url 'users:reset-password' %}"> {% trans "Forgotten password?" %}</a></p>
|
||||||
|
|
Loading…
Reference in a new issue