From a11d63b3425989c27c03a87912858452a7c76b92 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 13 Aug 2021 04:46:05 +0200 Subject: [PATCH] fdfd --- files/helpers/jinja2.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index 5970d4426..f5be4c208 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