Skip to content

Commit

Permalink
HDX-9962 - test on dev- Jul 3
Browse files Browse the repository at this point in the history
      - fix - no need for select2 css to be added again manually from templates, as it is part of the page styles bundle
  • Loading branch information
aalecs committed Jul 9, 2024
1 parent b7e3486 commit 78d2c61
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{% asset 'requestdata/main-styles' %}
{% asset 'hdx_theme/requestdata-styles' %}
{% asset 'hdx_theme/search-styles' %}
{% asset 'vendor/select2-css' %}

{% endblock %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{%- block styles %}
{{ super() }}
{% asset 'hdx_theme/faq-styles' %}
{% asset 'vendor/select2-css' %}
{% endblock %}

{% block meta %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{% block styles %}
{{ super() }}
{% asset 'hdx_theme/homepage-qa-process-styles' %}
{% asset 'vendor/select2-css' %}
{% endblock %}

{% block subtitle %}{{ _('Quality Assurance Process') }}{% endblock %}
Expand Down

0 comments on commit 78d2c61

Please sign in to comment.