Request invite flow
This commit is contained in:
parent
4d07cb1eb5
commit
d15396eb26
8 changed files with 81 additions and 16 deletions
|
@ -79,6 +79,10 @@
|
|||
<label class="label" for="id_allow_registration">{% trans "Allow registration:" %}
|
||||
{{ site_form.allow_registration }}
|
||||
</div>
|
||||
<div class="control">
|
||||
<label class="label" for="id_allow_invite_requests">{% trans "Allow invite requests:" %}
|
||||
{{ site_form.allow_invite_requests }}
|
||||
</div>
|
||||
<div class="control">
|
||||
<label class="label" for="id_registration_closed_text">{% trans "Registration closed text:" %}</label>
|
||||
{{ site_form.registration_closed_text }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue