diff --git a/main b/main index 272ccd9..6cd2096 100644 --- a/main +++ b/main @@ -120,7 +120,7 @@ def privacy(): @app.route("/shutdownfaq") def shutdown(): - return render_template("shutdown.html") + return send_from_directory("templates", "shutdown.html") # API @app.route("/api/signup", methods=("GET", "POST")) diff --git a/templates/shutdown.html b/templates/shutdown.html index ef409d7..b5163aa 100644 --- a/templates/shutdown.html +++ b/templates/shutdown.html @@ -20,6 +20,7 @@