mirror of
https://github.com/friendica/friendica
synced 2024-11-15 14:53:54 +00:00
24 lines
807 B
Smarty
24 lines
807 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
<div class="generic-page-wrapper">
|
|
{{include file="section_title.tpl" title=$l10n.title}}
|
|
|
|
<div id="remove-account-wrapper">
|
|
<div id="remove-account-desc">{{$l10n.desc nofilter}}</div>
|
|
|
|
{{$hovercard nofilter}}
|
|
|
|
<form action="settings/removeme" autocomplete="off" method="post">
|
|
{{include file="field_password.tpl" field=$password}}
|
|
|
|
<div class="form-group pull-right settings-submit-wrapper">
|
|
<button type="submit" name="submit" class="btn btn-primary" value="{{$l10n.title}}"><i class="fa fa-trash fa-fw"></i> {{$l10n.title}}</button>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</form>
|
|
</div>
|
|
</div>
|