Rename article2.html to article.html

This commit is contained in:
Edward Betts 2023-11-26 14:13:51 +00:00
parent 6f4ae2537f
commit 32a7e939a5
4 changed files with 91 additions and 91 deletions

View file

@ -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,