fix space between form and reset password

This commit is contained in:
Cayo Puigdefabregas 2024-01-21 13:44:07 +01:00
parent 4050892aa9
commit 06cc971090
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">
<div id="login-footer" class="mt-3">
<a href="{% url 'idhub:password_reset' %}" data-toggle="modal" data-target="#forgotPasswordModal">{% trans "Forgot your password? Click here to recover" %}</a>
</div>
{% endblock %}