diff --git a/user_managment/app.py b/user_managment/app.py index b57b1c9..42d9ead 100644 --- a/user_managment/app.py +++ b/user_managment/app.py @@ -194,9 +194,9 @@ def create_app(): # The Home page is accessible to anyone @app.route('/') def home_page(): - #content = Markup('The HTML String') + #content = Markup('Index') - return render_template('index.html', markup_content = content) + return render_template('index.html') #, markup_content = content) @app.route('/generate_passphrase/pi-star', methods = ['GET']) @login_required