dffd
This commit is contained in:
parent
f534c510ad
commit
e995caafcb
19 changed files with 69 additions and 349 deletions
|
@ -867,7 +867,7 @@ def submit_post(v):
|
|||
# check for embeddable video
|
||||
domain = parsed_url.netloc
|
||||
|
||||
if request.files.get('file') and not v.can_submit_image:
|
||||
if request.files.get('file') and not v.dramacoins >= 0:
|
||||
abort(403)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue