@@ -295,7 +295,7 @@ def edit_entry(doc_id):
# 保持原始数据格式,不进行JSON转换
# 直接传递包含data字段的原始文档
return render_template('edit.html', document=document)
return render_template('edited.html', document=document)
# 更新数据路由
@app.route('/update/<doc_id>', methods=['POST'])
The note is not visible to the blocked user.