mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
fix: 🎨 Better placement for forgetten password button (#318)
This commit is contained in:
parent
d1435720f4
commit
eb92e4d71a
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<button class="btn btn-success" type="submit">
|
||||
<i class="fa fa-sign-in"></i> {% trans "Log in" %}
|
||||
</button>
|
||||
<a class="btn btn-warning btn-sm pull-right" role="button"
|
||||
href="{% url 'users:reset-password' %}"> {% trans "Forgotten password?" %}</a>
|
||||
</form>
|
||||
<p><a class="btn btn-warning btn-sm" role="button"
|
||||
href="{% url 'users:reset-password' %}"> {% trans "Forgotten password?" %}</a></p>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue