display none for reset password

This commit is contained in:
Cayo Puigdefabregas 2024-02-12 10:10:06 +01:00
parent a3e443da8b
commit bc911ea175
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
class="btn btn-primary form-control" id="submit-id-submit">
</div>
</form>
<div id="login-footer" class="mt-3">
<div id="login-footer" class="mt-3 d-none">
<a href="{% url 'idhub:password_reset' %}" data-toggle="modal" data-target="#forgotPasswordModal">{% trans "Forgot your password? Click here to recover" %}</a>
</div>
{% endblock %}