From 82caf29927467861b896e069e948ba6c9e3a96ed Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 17 Jan 2022 16:14:24 +0200 Subject: [PATCH] bbb --- files/routes/front.py | 2 +- files/templates/home_comments.html | 84 +++++++++++++++--------------- files/templates/transfers.html | 42 +++++++++++++++ 3 files changed, 84 insertions(+), 44 deletions(-) create mode 100644 files/templates/transfers.html diff --git a/files/routes/front.py b/files/routes/front.py index f7a87f029..4d61f9c0e 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -476,4 +476,4 @@ def transfers(v): next_exists = len(comments) > 25 comments = comments[:25] - return render_template("home_comments.html", v=v, page=page, comments=comments, standalone=True, next_exists=next_exists) \ No newline at end of file + return render_template("transfers.html", v=v, page=page, comments=comments, standalone=True, next_exists=next_exists) \ No newline at end of file diff --git a/files/templates/home_comments.html b/files/templates/home_comments.html index 018d90e2f..ec2901c9a 100644 --- a/files/templates/home_comments.html +++ b/files/templates/home_comments.html @@ -5,53 +5,51 @@ {% block content %}

-	{% if request.path != '/transfers' %}
-		
+
-
-
-