2026第一次上传
This commit is contained in:
@@ -58,6 +58,7 @@ def new():
|
||||
|
||||
@study_bp.route('/posts/<int:posts_id>/edit', methods=('GET', 'POST'))
|
||||
def edit_posts_id(posts_id):
|
||||
posts = get_posts(posts_id)
|
||||
if request.method == "POST":
|
||||
title = request.form['title']
|
||||
content = request.form['content']
|
||||
|
||||
Reference in New Issue
Block a user