diff --git a/res/auth/ldap/scripts/routes.js b/res/auth/ldap/scripts/routes.js index 6d5f4760..0b74650a 100644 --- a/res/auth/ldap/scripts/routes.js +++ b/res/auth/ldap/scripts/routes.js @@ -6,7 +6,7 @@ define(['./app'], function(app) { $locationProvider.html5Mode(true) $routeProvider .when('/auth/ldap/', { - templateUrl: '/static/auth/ldap/views/signin.html' + templateUrl: '/static/auth/ldap/views/partials/signin.html' , controller: 'SignInCtrl' }) .otherwise({