email-errors to error

This commit is contained in:
Megan Corletti 2020-02-11 21:22:01 -05:00
parent b8a210c30b
commit 9836f90a79
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<label for="emails">{{ _('Email addresses') }}</label>
</div>
<div id="error"></div>
{% if form.emails.email-errors %}
{% if form.emails.error %}
{% for error in form.emails.error %}
<button type="submit" disabled>Find teams</button>
{% endfor %}