diff options
author | Thomas Willingham <founder@kakste.com> | 2013-08-07 20:15:18 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-08-07 20:15:18 +0100 |
commit | 81a0683aaf6a0b816644a3a9a490c3f74b41109f (patch) | |
tree | 96d9a4ec0891c276cdb15a344d52dfcd4b504032 /view/tpl/admin_site.tpl | |
parent | 38d9cf4327fe108df3c269b187f5ef633c651a80 (diff) | |
download | volse-hubzilla-81a0683aaf6a0b816644a3a9a490c3f74b41109f.tar.gz volse-hubzilla-81a0683aaf6a0b816644a3a9a490c3f74b41109f.tar.bz2 volse-hubzilla-81a0683aaf6a0b816644a3a9a490c3f74b41109f.zip |
Add access policy to admin panel.
Diffstat (limited to 'view/tpl/admin_site.tpl')
-rwxr-xr-x | view/tpl/admin_site.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 546175899..76dae6ea1 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -54,6 +54,7 @@ <h3>{{$registration}}</h3> {{include file="field_input.tpl" field=$register_text}} {{include file="field_select.tpl" field=$register_policy}} + {{include file="field_select.tpl" field=$access_policy}} <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div> |