From cee4009eb8481ec8b4331f19b3eddb2547342e4a Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Nov 2024 11:30:29 +0000 Subject: [PATCH] . --- templates/accounts_bulk_create.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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