vc
This commit is contained in:
parent
4b34f44792
commit
f46846bf9e
8 changed files with 8 additions and 8 deletions
|
@ -432,7 +432,7 @@ def themecolor(v):
|
|||
@limiter.limit("1/second;30/minute;200/hour;1000/day")
|
||||
@auth_required
|
||||
def gumroad(v):
|
||||
if SITE_NAME == 'rdrama.net': patron = 'Paypig'
|
||||
if SITE_NAME == 'Drama': patron = 'Paypig'
|
||||
else: patron = 'Patron'
|
||||
|
||||
if not (v.email and v.is_activated):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue