mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 04:52:52 +08:00
7143572e0c
* FIX: correctly retrieve 'login required' setting value on wizard FEATURE: extract 'invite only' setting in a separate checkbox control * Update invite_only checkbox locale on wizard. Co-Authored-By: techAPJ <arpit@techapj.com>
8 lines
126 B
Handlebars
8 lines
126 B
Handlebars
<label>
|
|
{{input type="checkbox"
|
|
class="wizard-checkbox"
|
|
checked=field.value}}
|
|
|
|
{{field.placeholder}}
|
|
</label>
|