dsffds
This commit is contained in:
parent
8dc6f8b235
commit
a92af7d18c
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ def post_id(pid, anything=None, v=None):
|
||||||
|
|
||||||
if v and request.path.startswith('/logged_out'): v = None
|
if v and request.path.startswith('/logged_out'): v = None
|
||||||
|
|
||||||
if v.agendaposter and random.randint(1, 10) < 7:
|
if v and v.agendaposter and random.randint(1, 10) < 7:
|
||||||
if request.host == 'rdrama.net':
|
if request.host == 'rdrama.net':
|
||||||
return redirect(random.choice(['https://secure.actblue.com/donate/ms_blm_homepage_2019','https://rdrama.net/post/19711/a-short-guide-on-how-to','https://secure.transequality.org/site/Donation2?df_id=1480']))
|
return redirect(random.choice(['https://secure.actblue.com/donate/ms_blm_homepage_2019','https://rdrama.net/post/19711/a-short-guide-on-how-to','https://secure.transequality.org/site/Donation2?df_id=1480']))
|
||||||
return redirect('https://secure.actblue.com/donate/ms_blm_homepage_2019')
|
return redirect('https://secure.actblue.com/donate/ms_blm_homepage_2019')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue