diff --git a/webadmin/src/js/index.js b/webadmin/src/js/index.js
index ff38c5eac..e26caa83b 100644
--- a/webadmin/src/js/index.js
+++ b/webadmin/src/js/index.js
@@ -17,7 +17,7 @@ app.config(['NotificationProvider', function (NotificationProvider) {
startTop: 60,
positionX: 'left',
maxCount: 3,
- templateUrl: 'templates/notification.html'
+ templateUrl: 'notification.html'
});
}]);
diff --git a/webadmin/src/templates/notification.html b/webadmin/src/templates/notification.html
deleted file mode 100644
index 3eedd545d..000000000
--- a/webadmin/src/templates/notification.html
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file