diff --git a/accountant/frontend/static/js/app.js b/accountant/frontend/static/js/app.js
index cbab7a7..9083a60 100644
--- a/accountant/frontend/static/js/app.js
+++ b/accountant/frontend/static/js/app.js
@@ -85,8 +85,8 @@ var accountantApp = angular.module("accountantApp", [
})
.controller("MainController", [
- "$scope", "$rootScope", "$http", "authService", "notify", "$storage",
- function($scope, $rootScope, $http, authService, notify, $storage) {
+ "$scope", "$rootScope", "$http", "authService", "$storage",
+ function($scope, $rootScope, $http, authService, $storage) {
$scope.dialogShown = false;
$scope.showLoginForm = function(e) {
diff --git a/accountant/frontend/templates/layout.html b/accountant/frontend/templates/layout.html
index 6d6fc99..665587e 100644
--- a/accountant/frontend/templates/layout.html
+++ b/accountant/frontend/templates/layout.html
@@ -64,9 +64,9 @@
-
-
-
+
+
+