@@ -650,8 +650,6 @@ def delete_entry(doc_id):
if success:
return redirect(url_for(redirect_url))
if delete_by_id(doc_id):
return redirect(url_for('show_all'))
else:
return "删除失败", 500
The note is not visible to the blocked user.