diff --git a/portal/templates/app/orgs.html b/portal/templates/app/orgs.html index b9225a9..43c4dfa 100644 --- a/portal/templates/app/orgs.html +++ b/portal/templates/app/orgs.html @@ -425,13 +425,12 @@ if (newPeople.length > 0) { html += '
' - + '
' - + '

New people found — select to add:

' - + '' - + '
' + + '

New people found — select to add:

' + '
'; + html += ''; newPeople.forEach((p, i) => { html += '
' // checkbox + name row @@ -456,7 +455,7 @@ + '
'; }); html += '
' - + '' + + '' + '
'; } if (notFound.length > 0) {