forked from MarseyWorld/MarseyWorld
if condition consistency
parent
54489e903a
commit
4b6f3bfd50
|
@ -626,7 +626,7 @@ def submit_post(v, hole=None):
|
|||
distinguished=flag_distinguished,
|
||||
)
|
||||
|
||||
if SITE == 'watchpeopledie.tv':
|
||||
if SITE_NAME == 'WPD':
|
||||
p.cw = request.values.get("cw", False, bool)
|
||||
|
||||
if not p.draft:
|
||||
|
|
Loading…
Reference in New Issue