bbb
This commit is contained in:
parent
7731d4ea30
commit
6a61f3be89
3 changed files with 84 additions and 44 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue