Skip to content

Commit

Permalink
Migrated users/js/accept_invite
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Nov 26, 2024
1 parent 301ed7d commit 26dedb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions corehq/apps/users/static/users/js/accept_invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {});
2 changes: 1 addition & 1 deletion corehq/apps/users/templates/users/accept_invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit 26dedb7

Please sign in to comment.