diff --git a/back/Pipfile b/back/Pipfile index 876b3dc..6a6941e 100644 --- a/back/Pipfile +++ b/back/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -django = "==2.1.4" +django = "==2.1.5" gunicorn = "==19.6.0" [requires] diff --git a/front/static/dashboard.html b/front/static/dashboard.html index c25f1dc..5a14f52 100644 --- a/front/static/dashboard.html +++ b/front/static/dashboard.html @@ -7,7 +7,7 @@ - + Reimbursinator @@ -33,25 +33,23 @@ +
+
+

New report

+
+
+

List of Unfinished report

+
+
+

Report history

+
+
diff --git a/front/static/index.html b/front/static/index.html index ff26455..dac766d 100644 --- a/front/static/index.html +++ b/front/static/index.html @@ -7,7 +7,7 @@ - + Reimbursinator diff --git a/front/static/js/logout.js b/front/static/js/logout.js index e7a3a21..4cdc571 100644 --- a/front/static/js/logout.js +++ b/front/static/js/logout.js @@ -29,6 +29,5 @@ function postToLogoutEndpoint(event) { xhr.send(); } -const logoutLinks = document.querySelectorAll(".log-out-link"); -logoutLinks[0].addEventListener("click", postToLogoutEndpoint); -logoutLinks[1].addEventListener("click", postToLogoutEndpoint); +const logoutLink = document.querySelector(".log-out-link"); +logoutLink.addEventListener("click", postToLogoutEndpoint); diff --git a/front/static/login.html b/front/static/login.html index 5f44283..5e691ae 100644 --- a/front/static/login.html +++ b/front/static/login.html @@ -7,20 +7,41 @@ - + Log in -

Log in

-
- username:
- password:
- -
+
+
+
+
+
+

Please log in

+
+
+
+
+ + +
+
+ + +
+ +
+
+ +
+
+
+

- +