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' %}
-		
+
-
-
-