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 2ad7d230 No more nominations
2ad7d230 is described below
commit 2ad7d230bbd681f49147505ca874c71f199d13cc
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 25 22:48:34 2023 +0000
No more nominations
TODO: better fix
---
www/members/board-nominate.cgi | 3 ++-
www/members/member_nominations.cgi | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/www/members/board-nominate.cgi b/www/members/board-nominate.cgi
index 2326971f..ae4713e8 100755
--- a/www/members/board-nominate.cgi
+++ b/www/members/board-nominate.cgi
@@ -88,11 +88,12 @@ _html do
of the nomination to the members list.
There is currently no support for updating an existing entry.
}
+ _p 'Nominations are now closed!'
}
) do
_div id: 'nomination-form' do
- if _.post?
+ if false # _.post?
submission = _whimsy_params2formdata(params)
valid = validate_form(formdata: submission)
if valid == 'OK'
diff --git a/www/members/member_nominations.cgi
b/www/members/member_nominations.cgi
index 227230c1..ae5b49e8 100755
--- a/www/members/member_nominations.cgi
+++ b/www/members/member_nominations.cgi
@@ -88,11 +88,12 @@ _html do
of the nomination to the members list.
There is currently no support for updating an existing entry.
}
+ _p 'Nominations are now closed!'
}
) do
_div id: 'nomination-form' do
- if _.post?
+ if false # _.post?
submission = _whimsy_params2formdata(params)
valid = validate_form(formdata: submission)
if valid == 'OK'