fdfd
This commit is contained in:
parent
bd17488b70
commit
21372125d3
3 changed files with 4 additions and 1 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue