From 5e3bb2d5e997f1ad41b737a746c43d0d7fd60200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 27 Jun 2016 20:10:50 +0200 Subject: [PATCH] [Backport] Fix a bug with the warning message in the create-member lightbox --- app/coffee/modules/admin/lightboxes.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/admin/lightboxes.coffee b/app/coffee/modules/admin/lightboxes.coffee index 2aa762d5..4ff79aec 100644 --- a/app/coffee/modules/admin/lightboxes.coffee +++ b/app/coffee/modules/admin/lightboxes.coffee @@ -132,7 +132,7 @@ module.directive("tgLbAddMembers", ["lightboxService", LightboxAddMembersDirecti LightboxAddMembersWarningMessageDirective = () -> return { - templateUrl: "admin/lightbox-add-members-no-more=memberships-warning-message.html" + templateUrl: "admin/memberships-warning-message.html" scope: { project: "=" }