diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index 7bbe802732..5970d44265 100644 --- a/files/helpers/jinja2.py +++ b/files/helpers/jinja2.py @@ -17,9 +17,9 @@ def crosspost_embed(id): id = int(id) - p = get_post(id, graceful=True) + 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] + ) \ No newline at end of file