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__':