This commit is contained in:
Aevann1 2022-01-17 16:14:24 +02:00
parent 7731d4ea30
commit 6a61f3be89
3 changed files with 84 additions and 44 deletions

View file

@ -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)
return render_template("transfers.html", v=v, page=page, comments=comments, standalone=True, next_exists=next_exists)