From da2863f94f742caefe37a9dafecc04c742375fe8 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Wed, 16 Jul 2014 11:46:25 +0900 Subject: [PATCH] Fix ldap template URL. --- res/auth/ldap/scripts/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({