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

View file

@ -19,4 +19,4 @@ def crosspost_embed(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])