Require the license with HTML5
This commit is contained in:
parent
ef5ed10eb9
commit
7c90d7022b
|
@ -483,6 +483,7 @@ class RegisterAction extends Action
|
|||
'id' => 'license',
|
||||
'class' => 'checkbox',
|
||||
'name' => 'license',
|
||||
'required' => 'true',
|
||||
'value' => 'true');
|
||||
if ($this->boolean('license')) {
|
||||
$attrs['checked'] = 'checked';
|
||||
|
|
Loading…
Reference in New Issue
Block a user