forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-13 04:46:05 +02:00
parent 24e73a59e4
commit 8d6c41b8ca
1 changed files with 1 additions and 4 deletions

View File

@ -19,7 +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], v=g.v)