diff options
author | Friendika <info@friendika.com> | 2011-07-12 23:14:38 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-12 23:14:38 -0700 |
commit | 74a608e1c77ab1d378ed6f09c8d70df3ea61cbca (patch) | |
tree | 33739a813e4ea5a8fb511a2514ff73ac2ddd3603 /view/settings.tpl | |
parent | 706b6e8c84be332ff8310fffe13c83e784e46904 (diff) | |
download | volse-hubzilla-74a608e1c77ab1d378ed6f09c8d70df3ea61cbca.tar.gz volse-hubzilla-74a608e1c77ab1d378ed6f09c8d70df3ea61cbca.tar.bz2 volse-hubzilla-74a608e1c77ab1d378ed6f09c8d70df3ea61cbca.zip |
openid settings appearing when disabled, don't tag numbers, install admin not getting set
Diffstat (limited to 'view/settings.tpl')
-rw-r--r-- | view/settings.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/settings.tpl b/view/settings.tpl index fb35c8e45..b79fbfe43 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -15,8 +15,9 @@ $nickname_block {{inc field_password.tpl with $field=$password1 }}{{endinc}} {{inc field_password.tpl with $field=$password2 }}{{endinc}} +{{ if $oid_enable }} {{inc field_input.tpl with $field=$openid }}{{endinc}} - +{{ endif }} <div class="settings-submit-wrapper" > <input type="submit" name="submit" class="settings-submit" value="$submit" /> |