Adds fallback form to modal

This commit is contained in:
Mouse Reeve
2022-03-19 12:07:07 -07:00
parent 4386d2ddb9
commit f2ab890b5a
2 changed files with 11 additions and 7 deletions

View File

@ -22,11 +22,13 @@
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 %}