vcx
This commit is contained in:
parent
52f88b6352
commit
d8ea05ab3d
4 changed files with 256 additions and 251 deletions
|
@ -604,7 +604,7 @@ def api_comment(v):
|
|||
g.db.commit()
|
||||
|
||||
if request.headers.get("Authorization"): return c.json
|
||||
return render_template("comments.html", v=v, comments=[c])
|
||||
return render_template("comments.html", v=v, comments=[c], ajax=True)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue