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