forked from MarseyWorld/MarseyWorld
gfgf
parent
c76499d378
commit
a9438ef2cd
|
@ -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('/notifications?messages=true')
|
return redirect(request.referrer))
|
||||||
|
|
||||||
@app.get("/songs/<id>")
|
@app.get("/songs/<id>")
|
||||||
def songs(id):
|
def songs(id):
|
||||||
|
|
|
@ -138,7 +138,7 @@
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
<div class="d-flex">
|
<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 %}
|
{% if v.email %}
|
||||||
<input class="btn btn-primary ml-auto"
|
<input class="btn btn-primary ml-auto"
|
||||||
type="submit" value="Update email">
|
type="submit" value="Update email">
|
||||||
|
|
Loading…
Reference in New Issue