fds
This commit is contained in:
parent
1d3e50a061
commit
61d5b38fae
6 changed files with 11 additions and 11 deletions
|
@ -1052,7 +1052,7 @@ def submit_post(v, sub=None):
|
|||
|
||||
post = Submission(
|
||||
private=bool(request.values.get("private","")),
|
||||
club=club,
|
||||
club=False,
|
||||
author_id=v.id,
|
||||
over_18=bool(request.values.get("over_18","")),
|
||||
new=bool(request.values.get("new","")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue