Rename article2.html to article.html
This commit is contained in:
parent
6f4ae2537f
commit
32a7e939a5
4 changed files with 91 additions and 91 deletions
|
|
@ -298,7 +298,7 @@ def article_page(url_title: str) -> str | Response:
|
|||
return flask.render_template("all_done.html")
|
||||
|
||||
return flask.render_template(
|
||||
"article2.html",
|
||||
"article.html",
|
||||
title=from_title,
|
||||
total=total,
|
||||
with_link=with_link,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue