remotes/1693045480750635534/spooky-22
Aevann1 2021-08-25 19:18:06 +02:00
parent c76499d378
commit a9438ef2cd
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ def messagereply(v, username, id):
g.db.add(new_aux)
notif = Notification(comment_id=new_comment.id, user_id=user.id)
g.db.add(notif)
return redirect('/notifications?messages=true')
return redirect(request.referrer))
@app.get("/songs/<id>")
def songs(id):

View File

@ -138,7 +138,7 @@
<div class="footer">
<div class="d-flex">
<a class="btn btn-success" href="javascript:void(0)" onclick="post_toast('/settings/gumroad')">Claim paypig awards</a>
<a class="btn btn-success" href="javascript:void(0)" onclick="post_toast('/settings/gumroad')">Claim paypig rewards</a>
{% if v.email %}
<input class="btn btn-primary ml-auto"
type="submit" value="Update email">