diff options
author | friendica <info@friendica.com> | 2014-08-03 17:29:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-03 17:29:23 -0700 |
commit | e0d338f102d72a4ea34c08ce2c7b3ab5244f3e4e (patch) | |
tree | 07357323c5ad0ec6a63693d58dbc60d3c7e91e40 /view/tpl/profile_edit.tpl | |
parent | 464b2b65702e7a84df6632240377d1920233d495 (diff) | |
download | volse-hubzilla-e0d338f102d72a4ea34c08ce2c7b3ab5244f3e4e.tar.gz volse-hubzilla-e0d338f102d72a4ea34c08ce2c7b3ab5244f3e4e.tar.bz2 volse-hubzilla-e0d338f102d72a4ea34c08ce2c7b3ab5244f3e4e.zip |
always provide 'name' on profile edit page (and profile name), regardless of any other allowed fields.
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rwxr-xr-x | view/tpl/profile_edit.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index 838415f80..1a99a07be 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -27,13 +27,12 @@ </div> <div id="profile-edit-profile-name-end"></div> -{{if $fields.name}} <div id="profile-edit-name-wrapper" > <label id="profile-edit-name-label" for="profile-edit-name" >{{$lbl_fullname}} </label> <input type="text" size="32" name="name" id="profile-edit-name" value="{{$name}}" /> </div> <div id="profile-edit-name-end"></div> -{{/if}} + {{if $fields.pdesc}} <div id="profile-edit-pdesc-wrapper" > |