diff --git a/templates/base.html b/templates/base.html index a564494..967859f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -67,7 +67,6 @@ - @@ -271,7 +270,7 @@ contentType: "application/json", data: JSON.stringify(data), success: function(data) { - $('#modal_new_client').modal('hide'); + $("#modal_new_client").modal('hide'); toastr.success('Created new client successfully'); // TODO: trigger reloading the dashboard }, @@ -305,10 +304,10 @@ diff --git a/templates/login.html b/templates/login.html index 17ee84a..9bfaeb5 100644 --- a/templates/login.html +++ b/templates/login.html @@ -31,7 +31,7 @@

Sign in to start your session

- +
@@ -91,7 +91,7 @@