File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 197
197
{{svg "octicon-trash"}}
198
198
{{.locale.Tr "settings.delete_account_title"}}
199
199
</div>
200
- <div class="content">
201
- <p>{{.locale.Tr "settings.delete_account_desc"}}</p>
202
- </div>
203
200
<form class="ui form" method="POST" action="{{.Link}}/delete">
204
- {{$.CsrfTokenHtml}}
205
- <div class="field">
206
- <div class="ui checkbox">
207
- <label for="purge">{{.locale.Tr "admin.users.purge"}}</label>
208
- <input name="purge" type="checkbox">
201
+ <div class="content">
202
+ <p>{{.locale.Tr "settings.delete_account_desc"}}</p>
203
+ {{$.CsrfTokenHtml}}
204
+ <div class="field">
205
+ <div class="ui checkbox">
206
+ <label for="purge">{{.locale.Tr "admin.users.purge"}}</label>
207
+ <input name="purge" type="checkbox">
208
+ </div>
209
+ <p class="help">{{.locale.Tr "admin.users.purge_help"}}</p>
209
210
</div>
210
- <p class="help">{{.locale.Tr "admin.users.purge_help"}}</p>
211
211
</div>
212
212
{{template "base/modal_actions_confirm" .}}
213
213
</form>
You can’t perform that action at this time.
0 commit comments