a68c790c64
- Moved route from /removeme to /settings/removeme - Combined templates into one
16 lines
608 B
Smarty
16 lines
608 B
Smarty
<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>
|
|
|
|
<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>
|