admins can mark their nodes for explicit content (#5373)
* added field explicidContent to the metadata in the nodeinfo * admins can mark their nodes for explicit content * booleans shall be small
This commit is contained in:
parent
6b5d90333f
commit
80ac7da01d
7 changed files with 16 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
{{if $registertext != ""}}<div class="error-message">{{$registertext}} </div>{{/if}}
|
||||
|
||||
{{if $explicit_content}} <p id="register-explicid-content">{{$explicit_content_note}}</p> {{/if}}
|
||||
|
||||
|
||||
{{if $oidlabel}}
|
||||
<div id="register-openid-wrapper" class="form-group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue