From 6ed04788b848c28513c4ec80b6d24db1627de029 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 13 Aug 2021 04:48:33 +0200 Subject: [PATCH] fggf --- files/helpers/jinja2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index f5be4c208..5902d4054 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