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 042f5a0 Oops - optional
042f5a0 is described below
commit 042f5a09520b673c2a9dbaa7bda74755a6c36333
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 19 11:34:36 2019 +0000
Oops - optional
---
www/members/download_check.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/members/download_check.cgi b/www/members/download_check.cgi
index f390d0d..51240b9 100755
--- a/www/members/download_check.cgi
+++ b/www/members/download_check.cgi
@@ -51,7 +51,7 @@ _html do
_div.form_group do
_label.control_label.col_sm_2 'TLP override', for: 'tlp'
_div.col_sm_10 do
- _input.form_control.name name: 'tlp', required: true,
+ _input.form_control.name name: 'tlp', required: false,
placeholder: 'optional TLP override',
size: 50
end