This commit is contained in:
Aevann1 2021-08-13 04:37:56 +02:00
parent 8cb7c77d9c
commit 7637c63c8c

View file

@ -17,9 +17,9 @@ def crosspost_embed(id):
id = int(id)
p = get_post(id, graceful=True)
p = get_post(id, graceful=True)
return render_template(
"submission_listing.html",
listing=[p]
)
return render_template(
"submission_listing.html",
listing=[p]
)