unpin award

This commit is contained in:
Aevann1 2021-10-21 01:37:53 +02:00
parent 68510e964b
commit b69daaabc9
8 changed files with 94 additions and 14 deletions

View file

@ -515,11 +515,11 @@ def submit_post(v):
# filtered = dict((k, v) for k, v in qd.items() if not k.startswith('utm_'))
# new_url = ParseResult(scheme="https",
# netloc=parsed_url.netloc,
# path=parsed_url.path,
# params=parsed_url.params,
# query=urlencode(filtered, doseq=True),
# fragment=parsed_url.fragment)
# netloc=parsed_url.netloc,
# path=parsed_url.path,
# params=parsed_url.params,
# query=urlencode(filtered, doseq=True),
# fragment=parsed_url.fragment)
# url = urlunparse(new_url)
repost = g.db.query(Submission).options(lazyload('*')).filter(