aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_account.tpl
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-02 16:08:30 -0700
committerredmatrix <mike@macgirvin.com>2016-09-02 16:08:30 -0700
commit904881e20703c90c54dc4fc6049616b57bef3bb5 (patch)
treea6df77e7cef3cbe8dd9628b637538590374086b8 /view/tpl/settings_account.tpl
parentb00d0842439da9f88b4be690a5c382d5192631f0 (diff)
downloadvolse-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/settings_account.tpl')
-rwxr-xr-xview/tpl/settings_account.tpl2
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}}" />