1
0
Fork 0

Remove error reporting on resend to invalid email address

This commit is contained in:
Mouse Reeve 2022-07-14 12:23:43 -07:00
parent 95a72ae902
commit 69728439c8
2 changed files with 4 additions and 12 deletions

View file

@ -19,16 +19,8 @@
name="email"
class="input"
id="email"
aria-described-by="id_email_errors"
required
>
{% if error %}
<div id="id_email_errors">
<p class="help is-danger">
{% trans "No user matching this email address found." %}
</p>
</div>
{% endif %}
</div>
</div>
{% endblock %}