This commit is contained in:
Aevann1 2021-08-13 04:55:52 +02:00
parent bd17488b70
commit 21372125d3
3 changed files with 4 additions and 1 deletions

View file

@ -19,4 +19,5 @@ def crosspost_embed(id):
p = get_post(id, graceful=True)
return render_template("submission_listing.html", listing=[p], postembed=True)
if hasattr(g, 'v') and g.v: return render_template("submission_listing.html", listing=[p], v=g.v)
else: return render_template("submission_listing.html", listing=[p], postembed=True)