This commit is contained in:
Aevann1 2021-08-13 04:46:05 +02:00
parent 36b3c61778
commit a11d63b342

View file

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