diff --git a/routes.py b/routes.py index 2bc81fe..fd47a85 100644 --- a/routes.py +++ b/routes.py @@ -42,12 +42,12 @@ def bills(): @glob.app.route("/warranties") @flask_login.login_required def warranties(): - return "AAAA" + return "Unimplemented" @glob.app.route("/receipts") @flask_login.login_required def receipts(): - return "AAAA" + return "Unimplemented" @glob.app.route("/login", methods = ["GET", "POST"]) def login(): diff --git a/templates/layout/includes/top_nav.html b/templates/layout/includes/top_nav.html index ce3f109..c53fe48 100644 --- a/templates/layout/includes/top_nav.html +++ b/templates/layout/includes/top_nav.html @@ -11,6 +11,8 @@ font-size: 24px; vertical-align: middle; display: table-cell; + + cursor: pointer; } .languk { @@ -55,9 +57,18 @@
-
+ +
\ No newline at end of file diff --git a/templates/pages/bills.html b/templates/pages/bills.html index 740d1ff..a20b207 100644 --- a/templates/pages/bills.html +++ b/templates/pages/bills.html @@ -12,7 +12,7 @@ Payment to Description Sum - KID + KID Date Due Payment status