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