Remove yellow button to unify GUI of reset password in mobile/web viewports #2102

This commit is contained in:
Chiara 2022-10-05 12:25:29 +02:00
parent 00ed9b07b6
commit 3bee5ed35a

View File

@ -35,9 +35,7 @@
{% endif %}
{% if EMAIL_ENABLED %}
<a class="btn btn-warning float-right d-none d-xl-block d-lg-block"
href="{% url 'account_reset_password' %}">{% trans "Reset My Password" %}</a>
<p class="d-xl-none d-lg-none">{% trans 'Lost your password?' %} <a
<p>{% trans 'Lost your password?' %} <a
href="{% url 'account_reset_password' %}">{% trans "Reset My Password" %}</a></p>
{% endif %}
</form>