From 9b49c02f5db55dd41d14507d8a6a060c37da70b8 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 9 Oct 2019 04:36:29 -0700 Subject: [PATCH] Login is redirected to the launch.html --- app.py | 2 +- templates/include/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 7783ab0..f63c2eb 100644 --- a/app.py +++ b/app.py @@ -148,7 +148,7 @@ def submitMessage(): else: msgTS = time.strftime("%Y-%m-%dT%H:%m:%SZ") appdb.logsms_db(msg_id, msgTS, 'outbound', uglyphone, fromDid, 0.0040, 'pending', message, result) - returndata = json.dumps({"msg" : message, "fromdid" : fromDid, 'targetdid' : targetDid,}) + returndata = json.dumps({"msg" : message, "fromdid" : fromDid, 'targetdid' : targetDid}) return returndata @app.route('/testAjax') diff --git a/templates/include/footer.html b/templates/include/footer.html index 5047503..5e12d8e 100644 --- a/templates/include/footer.html +++ b/templates/include/footer.html @@ -3,7 +3,7 @@ {% if loggedin == True %} | Messages | Settings | Logout {% else %} - | Login + | Login {% endif %}