diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-29 16:25:27 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-29 16:25:27 -0700 |
commit | fd915138322b920036a2a21c56fdfb6a56749303 (patch) | |
tree | 4a2db27ad854ed0751e2db9e9afd56310537361a /view/tpl/settings_account.tpl | |
parent | 4fcfcc81172ebdfa4a27d3bca94bffe97356f600 (diff) | |
download | volse-hubzilla-fd915138322b920036a2a21c56fdfb6a56749303.tar.gz volse-hubzilla-fd915138322b920036a2a21c56fdfb6a56749303.tar.bz2 volse-hubzilla-fd915138322b920036a2a21c56fdfb6a56749303.zip |
more deprecate server_role
Diffstat (limited to 'view/tpl/settings_account.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 b7fdfb9a9..dd1d0d0c9 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' && ! $techlock}} + {{if ! $techlock}} {{include file="field_select.tpl" field=$techlevel}} {{else}} <input type="hidden" name="techlevel" value="{{$techlevel.2}}" /> |