Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/orangejenny-patch-16' into autos…
Browse files Browse the repository at this point in the history
…taging
  • Loading branch information
calellowitz committed Oct 29, 2024
2 parents 4473d46 + c98c5ab commit c870450
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
@@ -1,4 +1,4 @@
-{% extends "hqwebapp/bootstrap3/base_section.html" %}
+{% extends "hqwebapp/bootstrap5/base_section.html" %}
{% load compress %}
{% load hq_shared_tags %}
{% load i18n %}
@@ -21,7 +21,7 @@

{% block page_content %}
@@ -18,7 +18,7 @@
<i class="fa fa-spin fa-spinner"></i>
</div>
<div id="vizContainer"></div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends "hqwebapp/bootstrap5/base_navigation.html" %}
{% load i18n %}
{% load static %}
{% load hq_shared_tags %}
{% load compress %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends "integration/base_cloudcare_template.html" %}
{% load i18n %}
{% load hq_shared_tags %}
{% load static %}
{% load compress %}
{% requirejs_main_b5 "integration/js/dialer/domain_dialer_main" %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends "integration/base_cloudcare_template.html" %}
{% load i18n %}
{% load hq_shared_tags %}
{% load static %}
{% load compress %}

{% block stylesheets %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends "integration/base_cloudcare_template.html" %}
{% load i18n %}
{% load hq_shared_tags %}
{% load static %}
{% load compress %}
{% requirejs_main_b5 "integration/js/dialer/domain_dialer_main" %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{% extends "hqwebapp/bootstrap3/base_section.html" %}
{% load compress %}
{% load hq_shared_tags %}
{% load i18n %}
{% load static %}

{% block page_content %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{% extends "hqwebapp/bootstrap5/base_section.html" %}
{% load compress %}
{% load hq_shared_tags %}
{% load i18n %}
{% load static %}

{% block page_content %}

Expand Down

0 comments on commit c870450

Please sign in to comment.