From f7d23ef603c244cc2b72fdb52e7264c5d161e50f Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Mon, 16 Sep 2024 16:18:48 +0200 Subject: [PATCH] fixed the subsites fr fr --- py/web_flask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/web_flask.py b/py/web_flask.py index 2de25de..1019b88 100644 --- a/py/web_flask.py +++ b/py/web_flask.py @@ -38,7 +38,7 @@ def faq(): @APP.route('/contact') def contact(): - return render_template('faq.html') + return render_template('contact.html') if __name__ == '__main__':