diff options
author | marijus <mario@mariovavti.com> | 2014-08-21 13:20:49 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-08-21 13:20:49 +0200 |
commit | 1a3be504516db7106ea0ce385691e5a3eca4c084 (patch) | |
tree | 55f499ebec38276e2d055d07788a18bafbb7d74d /view/tpl/profile_edit.tpl | |
parent | 0b95a60f22949eccb9acd28ac7400f6da00f3585 (diff) | |
parent | a59a6fbd90d115cf9e9836c986c81541a88697ee (diff) | |
download | volse-hubzilla-1a3be504516db7106ea0ce385691e5a3eca4c084.tar.gz volse-hubzilla-1a3be504516db7106ea0ce385691e5a3eca4c084.tar.bz2 volse-hubzilla-1a3be504516db7106ea0ce385691e5a3eca4c084.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rwxr-xr-x | view/tpl/profile_edit.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index 0e902e9e2..87582da56 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -349,6 +349,11 @@ <div id="education-jot-end"></div> {{/if}} +{{if $extra_fields}} +{{foreach $extra_fields as $field }} +{{include file="field_input.tpl" field=$field}} +{{/foreach}} +{{/if}} <div class="profile-edit-submit-wrapper" > <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" /> |