mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-09 16:18:00 -05:00
Remove yellow button to unify GUI of reset password in mobile/web viewports #2102
This commit is contained in:
@@ -35,9 +35,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if EMAIL_ENABLED %}
|
{% if EMAIL_ENABLED %}
|
||||||
<a class="btn btn-warning float-right d-none d-xl-block d-lg-block"
|
<p>{% trans 'Lost your password?' %} <a
|
||||||
href="{% url 'account_reset_password' %}">{% trans "Reset My Password" %}</a>
|
|
||||||
<p class="d-xl-none d-lg-none">{% trans 'Lost your password?' %} <a
|
|
||||||
href="{% url 'account_reset_password' %}">{% trans "Reset My Password" %}</a></p>
|
href="{% url 'account_reset_password' %}">{% trans "Reset My Password" %}</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user