diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index 5970d44265..f5be4c2080 100644 --- a/files/helpers/jinja2.py +++ b/files/helpers/jinja2.py @@ -19,7 +19,4 @@ def crosspost_embed(id): p = get_post(id, graceful=True) - return render_template( - "submission_listing.html", - listing=[p] - ) \ No newline at end of file + return render_template("submission_listing.html", listing=[p], v=g.v) \ No newline at end of file