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 94539899 Use new _whimsy_forms_submitwrap here too
94539899 is described below
commit 94539899ca57eb9ae00397a0cce47009910e7826
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri Jan 31 15:50:43 2025 -0500
Use new _whimsy_forms_submitwrap here too
---
www/members/nominate_member.cgi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/members/nominate_member.cgi b/www/members/nominate_member.cgi
index b6319220..7f593c7c 100755
--- a/www/members/nominate_member.cgi
+++ b/www/members/nominate_member.cgi
@@ -30,7 +30,9 @@ def emit_form(title, prev_data)
_whimsy_forms_input(label: 'Nomination Statement', name: field, rows: 10,
value: prev_data[field], helptext: 'Explain why you believe this
person would make a good ASF Member, and what projects/communities they work on
at the ASF'
)
- _whimsy_forms_submit
+ _whimsy_forms_submitwrap(
+ noicon: true, label: 'submit', name: 'submit', value: 'submit',
helptext: 'Checkin this nomination and send email to members@'
+ )
end
end
end