Added minimum registration age to /admin/site settings page

This commit is contained in:
Andrew Manning
2018-01-14 15:02:43 -05:00
parent 8970d30c93
commit ef11b3eb2b
2 changed files with 4 additions and 1 deletions

View File

@@ -70,6 +70,7 @@
{{include file="field_input.tpl" field=$register_text}}
{{include file="field_select.tpl" field=$register_policy}}
{{include file="field_checkbox.tpl" field=$invite_only}}
{{include file="field_input.tpl" field=$minimum_age}}
{{include file="field_select.tpl" field=$access_policy}}
{{include file="field_input.tpl" field=$location}}
{{include file="field_input.tpl" field=$sellpage}}