8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-16 23:56:12 +00:00

fix: 🎨 Better placement for forgetten password button (#318)

This commit is contained in:
Yoann Pétri 2021-02-18 15:58:59 +01:00 committed by klafyvel
parent d1435720f4
commit eb92e4d71a

View file

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