This is an automated email from the ASF dual-hosted git repository.

sebb 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 88b4c3f4 More obvious restriction
88b4c3f4 is described below

commit 88b4c3f42e6d51b85a85f077533860464c2837cb
Author: Sebb <s...@apache.org>
AuthorDate: Thu Feb 29 22:17:47 2024 +0000

    More obvious restriction
---
 www/members/proxy.cgi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/members/proxy.cgi b/www/members/proxy.cgi
index 16b20767..a2a6a5cb 100755
--- a/www/members/proxy.cgi
+++ b/www/members/proxy.cgi
@@ -148,7 +148,9 @@ def emit_form(cur_mtg_dir, meeting, volunteers, disabled)
               _ "IMPORTANT! Be sure to tell the person that you select as 
proxy above that you've assigned them to mark your attendance! They simply need 
to mark your proxy attendance when the meeting starts."
               _a 'Read full procedures for Member Meeting', href: 
'https://www.apache.org/foundation/governance/members.html#meetings'
             end
-            _p 'Note that you cannot select a member who has nominated a proxy'
+            _p do
+              _b 'Note that you cannot select a member who has nominated a 
proxy'
+            end
             _div.button_group.text_center do
               _button.btn.btn_primary 'Submit'
             end

Reply via email to