diff --git a/services/web/app/views/project/editor/share.pug b/services/web/app/views/project/editor/share.pug index 8f5110fa6f..0b56bbc4f5 100644 --- a/services/web/app/views/project/editor/share.pug +++ b/services/web/app/views/project/editor/share.pug @@ -102,13 +102,14 @@ script(type='text/ng-template', id='shareProjectModalTemplate') i.fa.fa-times .row.invite-controls form(ng-show="canAddCollaborators") - div( - id="recaptcha" - class="g-recaptcha" - data-sitekey=settings.recaptcha.siteKey - data-size="invisible" - data-badge="inline" - ) + - if (settings.recaptcha) + div( + id="recaptcha" + class="g-recaptcha" + data-sitekey=settings.recaptcha.siteKey + data-size="invisible" + data-badge="inline" + ) .small #{translate("share_with_your_collabs")} .form-group tags-input(