|
|
|
@ -66,7 +66,6 @@ def last():
|
|
|
|
|
(content, parent, branch, username)
|
|
|
|
|
)
|
|
|
|
|
db.commit()
|
|
|
|
|
print(url_for('share.share', branch=f"{branch}"))
|
|
|
|
|
return redirect(url_for('share.share', branch=branch))
|
|
|
|
|
|
|
|
|
|
return render_template('draw.html', parent=parent, content=previous['content'], branch=branch)
|
|
|
|
|