5 lines
276 B
HTML
Executable File
5 lines
276 B
HTML
Executable File
<b>确定要删除 "{{ posts['title'] }}" 吗?</b>
|
|
|
|
<form action="{{ url_for('study.delete_posts_id', posts_id=posts['id']) }}" method="post">
|
|
<input type="submit" value="删除文章" class="btn btn-danger htn-sm" onclick="return confirm('确定要删除吗')">
|
|
</form> |