forked from MarseyWorld/MarseyWorld
dfdf
parent
646164584a
commit
7417d74999
|
@ -205,7 +205,7 @@ def themecolor(v):
|
|||
g.db.add(v)
|
||||
return redirect("/settings/profile")
|
||||
|
||||
@app.post("/settings/gumroad")
|
||||
@app.get("/settings/gumroad")
|
||||
@auth_required
|
||||
@validate_formkey
|
||||
def gumroad(v):
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
<div class="footer">
|
||||
|
||||
<div class="d-flex">
|
||||
<a class="btn btn-success" href="javascript:void(0)" onclick="post('/settings/gumroad')">Claim patron rewards</a>
|
||||
<a class="btn btn-success" href="/settings/gumroad">Claim patron rewards</a>
|
||||
{% if v.email %}
|
||||
<input class="btn btn-primary ml-auto"
|
||||
type="submit" value="Update email">
|
||||
|
|
Loading…
Reference in New Issue