allow placeholder for sharing project to be changed

This commit is contained in:
Henry Oswald 2016-07-14 11:40:32 +01:00
parent 4202b4795b
commit 0576380811
2 changed files with 4 additions and 2 deletions

View file

@ -49,7 +49,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
.form-group
tags-input(
template="shareTagTemplate"
placeholder="joe@example.com, sue@example.com, ..."
placeholder="#{settings.customisation.shareProjectPlaceholder || 'joe@example.com, sue@example.com, ...'}"
ng-model="inputs.contacts"
focus-on="open"
display-property="display"

View file

@ -339,7 +339,9 @@ module.exports = settings =
url: "/logout"
}]
}]
customisation: {}
# templates: [{
# name : "cv_or_resume",
# url : "/templates/cv"