Skip to content

Commit

Permalink
Better placement
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Feb 29, 2024
1 parent 752311e commit 84b3893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/members/proxy.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ def emit_form(cur_mtg_dir, meeting, volunteers, disabled)
end
_div_.form_group do
_p do
_ "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'
_b 'Note that you cannot select a member who has nominated a proxy'
end
_p do
_b 'Note that you cannot select a member who has nominated a proxy'
_ "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
_div.button_group.text_center do
_button.btn.btn_primary 'Submit'
Expand Down

0 comments on commit 84b3893

Please sign in to comment.