This commit is contained in:
Aevann1 2021-08-13 04:52:37 +02:00
parent f16006b7c2
commit bd17488b70
2 changed files with 70 additions and 68 deletions

View file

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