diff --git a/corehq/apps/users/static/users/js/accept_invite.js b/corehq/apps/users/static/users/js/accept_invite.js index 2bafca654fe5..2bd2137b3bd9 100644 --- a/corehq/apps/users/static/users/js/accept_invite.js +++ b/corehq/apps/users/static/users/js/accept_invite.js @@ -2,4 +2,5 @@ hqDefine('users/js/accept_invite', [ 'registration/js/login', // contains password obfuscation & login requirements 'registration/js/bootstrap3/password', 'hqwebapp/js/captcha', + 'commcarehq', ], function () {}); diff --git a/corehq/apps/users/templates/users/accept_invite.html b/corehq/apps/users/templates/users/accept_invite.html index 8ec68d578159..2675a096c6a2 100644 --- a/corehq/apps/users/templates/users/accept_invite.html +++ b/corehq/apps/users/templates/users/accept_invite.html @@ -3,7 +3,7 @@ {% load field_tags %} {% load hq_shared_tags %} -{% requirejs_main 'users/js/accept_invite' %} +{% js_entry_b3 'users/js/accept_invite' %} {% block title %}{% trans "Invitation to join the " %}{{ invite_to }} {{ invite_type }}{% endblock title %}