This is an automated email from the ASF dual-hosted git repository.
curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new cad35214 linting and cleanup
cad35214 is described below
commit cad3521401cbc6acd885b7cbca702ac8450513cf
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri Jan 24 14:26:59 2025 -0500
linting and cleanup
---
www/members/member_nominations.cgi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www/members/member_nominations.cgi
b/www/members/member_nominations.cgi
index 493df567..4a1e8531 100755
--- a/www/members/member_nominations.cgi
+++ b/www/members/member_nominations.cgi
@@ -82,7 +82,7 @@ def send_nomination_mail(formdata: {})
nomseconds = "Nomination seconded by: #{secby}"
end
mail_body = <<-MAILBODY
-The following nomination for #{ASF::Person.new(uid).public_name} (#{uid}) as a
New Member Candidate
+The following nomination for #{public_name} (#{uid}) as a New Member Candidate
has been added:
#{formdata['statement']}
@@ -154,7 +154,6 @@ _html do
_p.lead "Your nomination was submitted to svn; now sending
email."
mailval = send_nomination_mail(formdata: submission)
_p mailval
- end
else
_div.alert.alert_warning role: 'alert' do
_p "SORRY! Your submitted form data failed process_form,
please try again."