diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-02 16:08:30 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-02 16:08:30 -0700 |
commit | 904881e20703c90c54dc4fc6049616b57bef3bb5 (patch) | |
tree | a6df77e7cef3cbe8dd9628b637538590374086b8 /view/tpl | |
parent | b00d0842439da9f88b4be690a5c382d5192631f0 (diff) | |
download | volse-hubzilla-904881e20703c90c54dc4fc6049616b57bef3bb5.tar.gz volse-hubzilla-904881e20703c90c54dc4fc6049616b57bef3bb5.tar.bz2 volse-hubzilla-904881e20703c90c54dc4fc6049616b57bef3bb5.zip |
pro: allow admin to set a site techlevel and optionally lock it.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/settings_account.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index 4a94bb93d..8ff846518 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -12,7 +12,7 @@ {{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} - {{if $z_server_role == 'pro'}} + {{if $z_server_role == 'pro' && ! $techlock}} {{include file="field_select.tpl" field=$techlevel}} {{else}} <input type="hidden" name="techlevel" value="{{$techlevel.2}}" /> |