diff options
author | friendica <info@friendica.com> | 2014-08-16 16:11:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-16 16:11:53 -0700 |
commit | bf3dc80233147a1dab9f034a192750f765d0436b (patch) | |
tree | fe2ae56b6de99214b1cd0f942769cdf582a9942b /view | |
parent | 20bdcb037f29824bcb0c8307526c0e95baa7b360 (diff) | |
parent | e4620179acb9fb7004939c2e0fc8717f9b148ca3 (diff) | |
download | volse-hubzilla-bf3dc80233147a1dab9f034a192750f765d0436b.tar.gz volse-hubzilla-bf3dc80233147a1dab9f034a192750f765d0436b.tar.bz2 volse-hubzilla-bf3dc80233147a1dab9f034a192750f765d0436b.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/settings_account.tpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index 169516f08..1e28d8b84 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -2,9 +2,6 @@ <h1>{{$title}}</h1> - - - <form action="settings/account" id="settings-account-form" method="post" autocomplete="off" > <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> @@ -23,4 +20,9 @@ {{$account_settings}} +<div id="settings-remove-account-link"> +<h3 class="settings-heading">{{$removeme}}</h3> +<div id="settings-remove-account-desc">{{$removeaccount}}</div> +<button title="{{$permanent}}" class="btn btn-danger" type="submit" formaction="removeaccount">{{$removeme}}</button> +</div> </div> |