fddf
This commit is contained in:
parent
476939570a
commit
788cff3f47
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ def messagereply(v, username, id):
|
||||||
g.db.add(new_aux)
|
g.db.add(new_aux)
|
||||||
notif = Notification(comment_id=new_comment.id, user_id=user.id)
|
notif = Notification(comment_id=new_comment.id, user_id=user.id)
|
||||||
g.db.add(notif)
|
g.db.add(notif)
|
||||||
return redirect(request.referrer))
|
return redirect(request.referrer)
|
||||||
|
|
||||||
@app.get("/songs/<id>")
|
@app.get("/songs/<id>")
|
||||||
def songs(id):
|
def songs(id):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue