diff --git a/public/modules/forms/admin/directives/configure-form.client.directive.js b/public/modules/forms/admin/directives/configure-form.client.directive.js index 7c5b6f93..c5db32cc 100644 --- a/public/modules/forms/admin/directives/configure-form.client.directive.js +++ b/public/modules/forms/admin/directives/configure-form.client.directive.js @@ -38,19 +38,16 @@ angular.module('forms').directive('configureFormDirective', ['$rootScope', '$sta { heading: $translate.instant('GENERAL_TAB'), route: 'viewForm.configure.general', - template: 'modules/forms/admin/views/adminTabs/configureTabs/general.html', active: false }, { heading: $translate.instant('SELF_NOTIFICATIONS_TAB'), route: 'viewForm.configure.self_notifications', - template: 'modules/forms/admin/views/adminTabs/configureTabs/self_notifications.html', active: false }, { heading: $translate.instant('RESPONDENT_NOTIFICATIONS_TAB'), route: 'viewForm.configure.respondent_notifications', - template: 'modules/forms/admin/views/adminTabs/configureTabs/respondent_notifications.html', active: false } ];