From ac2c977c1b730267c7c2da2f022d931fcb1586db 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] 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: "=" }