From 597ae8eba3dc22bfcfeeb8588efb78f3d77c6218 Mon Sep 17 00:00:00 2001 From: Nour Alhouseini Date: Fri, 21 Feb 2020 16:50:20 +0000 Subject: [PATCH] fix --- location_app/app/routes/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/location_app/app/routes/main.py b/location_app/app/routes/main.py index 4a8e7a9..fc42842 100644 --- a/location_app/app/routes/main.py +++ b/location_app/app/routes/main.py @@ -6,4 +6,4 @@ main_bl = Blueprint('main', __name__) @main_bl.route("/", methods = ["GET", "POST"]) def index(): - return render_template("main_index.html", locations = data_getter.get_locations(), username = session['username']) \ No newline at end of file + return render_template("main_index.html", locations = data_getter.get_locations(), username ="00" ) \ No newline at end of file