Skip to content

Commit

Permalink
Migrated UCR expression pages
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Nov 26, 2024
1 parent 2d5bf8f commit 301ed7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ hqDefine("userreports/js/ucr_expression", [
'hqwebapp/js/initial_page_data',
'hqwebapp/js/base_ace',
'hqwebapp/js/bootstrap3/alert_user',
'commcarehq',
], function (
moment,
ko,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ hqDefine('userreports/js/ucr_expressions', [
"hqwebapp/js/initial_page_data",
"hqwebapp/js/bootstrap3/crud_paginated_list_init",
'hqwebapp/js/base_ace',
'commcarehq',
], function () {
// used to include base_ace on the ucr_statements page

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% endcompress %}
{% endblock %}

{% requirejs_main "userreports/js/ucr_expression" %}
{% js_entry_b3 "userreports/js/ucr_expression" %}

{% block page_content %}
{% initial_page_data "expression" expression %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load i18n %}
{% load hq_shared_tags %}

{% requirejs_main "userreports/js/ucr_expressions" %}
{% js_entry_b3 "userreports/js/ucr_expressions" %}

{% block pagination_templates %}
<script type="text/html" id="base-ucr-statement-template">
Expand Down
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 %}{% blocktrans %}Confirm your account to join the {{ domain_name }} project{% endblocktrans %}{% endblock title %}
{% block tabs %}{% endblock %}
Expand Down

0 comments on commit 301ed7d

Please sign in to comment.