Fix a bug with the warning message in the create-member lightbox

stable
David Barragán Merino 2016-06-27 20:10:50 +02:00
parent 68f9bad0db
commit ac2c977c1b
1 changed files with 1 additions and 1 deletions

View File

@ -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: "="
}