sfd
This commit is contained in:
parent
e79a4ba4d0
commit
c6ad62cfc8
17 changed files with 57 additions and 56 deletions
|
@ -245,7 +245,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
|
|||
)
|
||||
|
||||
if not (v and v.changelogsub):
|
||||
posts=posts.filter(not_(Submission.title.ilike(f'[changelog]%')))
|
||||
posts=posts.filter(not_(Submission.title.ilike('[changelog]%')))
|
||||
|
||||
if v and filter_words:
|
||||
for word in filter_words:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue