This commit is contained in:
Aevann1 2021-08-13 04:48:33 +02:00
parent a11d63b342
commit f16006b7c2

View file

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