|
|
@ -60,14 +60,16 @@
|
|
|
|
<h3>Delete user data</h3>
|
|
|
|
<h3>Delete user data</h3>
|
|
|
|
<form action="{{ url_for('user.delete_data') }}" method="post">
|
|
|
|
<form action="{{ url_for('user.delete_data') }}" method="post">
|
|
|
|
{{ delete_form.csrf_token }}
|
|
|
|
{{ delete_form.csrf_token }}
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
{{ delete_form.all_comments() }}{{ delete_form.all_comments.label }}
|
|
|
|
{{ delete_form.all_comments() }}{{ delete_form.all_comments.label }}
|
|
|
|
{{ errors(delete_form.all_posts) }}
|
|
|
|
{{ errors(delete_form.all_comments) }}
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<div>
|
|
|
|
<li>
|
|
|
|
{{ delete_form.all_posts() }}{{ delete_form.all_posts.label }}
|
|
|
|
{{ delete_form.all_posts() }}{{ delete_form.all_posts.label }}
|
|
|
|
{{ errors(delete_form.all_posts) }}
|
|
|
|
{{ errors(delete_form.all_posts) }}
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
{{ delete_form.delete_submit() }}
|
|
|
|
{{ delete_form.delete_submit() }}
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|