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