Re-orders site settings registration toggles
Having require email confirm next to allow registration seems better to me
This commit is contained in:
parent
68e3a71b18
commit
1cfe3b3f94
|
@ -139,6 +139,13 @@
|
||||||
{% trans "Allow registration" %}
|
{% trans "Allow registration" %}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="field">
|
||||||
|
<label class="label mb-0" for="id_require_confirm_email">
|
||||||
|
{{ site_form.require_confirm_email }}
|
||||||
|
{% trans "Require users to confirm email address" %}
|
||||||
|
</label>
|
||||||
|
<p class="help" id="desc_require_confirm_email">{% trans "(Recommended if registration is open)" %}</p>
|
||||||
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="label" for="id_allow_invite_requests">
|
<label class="label" for="id_allow_invite_requests">
|
||||||
{{ site_form.allow_invite_requests }}
|
{{ site_form.allow_invite_requests }}
|
||||||
|
@ -157,13 +164,6 @@
|
||||||
{{ site_form.invite_question_text }}
|
{{ site_form.invite_question_text }}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
|
||||||
<label class="label mb-0" for="id_require_confirm_email">
|
|
||||||
{{ site_form.require_confirm_email }}
|
|
||||||
{% trans "Require users to confirm email address" %}
|
|
||||||
</label>
|
|
||||||
<p class="help" id="desc_require_confirm_email">{% trans "(Recommended if registration is open)" %}</p>
|
|
||||||
</div>
|
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="label" for="id_registration_closed_text">{% trans "Registration closed text:" %}</label>
|
<label class="label" for="id_registration_closed_text">{% trans "Registration closed text:" %}</label>
|
||||||
{{ site_form.registration_closed_text }}
|
{{ site_form.registration_closed_text }}
|
||||||
|
|
Loading…
Reference in New Issue