diff --git a/templates/accounts_bulk_create.html b/templates/accounts_bulk_create.html
index 2541778c..d5ec52e2 100644
--- a/templates/accounts_bulk_create.html
+++ b/templates/accounts_bulk_create.html
@@ -156,13 +156,12 @@
def updateWarnings()
log "test"
then
- if <#users-list li:has(.error)/>
+ if <#users-list li:has(.error)/> is not empty
put "Errors
" into #alert
then for error in<#users-list li:has(.error)/>
- beep! error then
- put textContent of beep! .name in error at end of #alert
+ put textContent of .name in error at end of #alert
then
- put " " + textContent of beep! .error in error at end of #alert
+ put " " + textContent of .error in error at end of #alert
then make a
then put it at the end of #alert
then add .alert-warning to #alert