Skip to content

Commit

Permalink
Merge pull request #6214 from OCHA-DAP/feature/disable-desktop-mobile…
Browse files Browse the repository at this point in the history
…-version-onboarding

disable desktop/mobile version for onboarding pages
  • Loading branch information
alexandru-m-g authored Feb 9, 2024
2 parents 94e2638 + cdaead1 commit 797b047
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
{% asset 'hdx_theme/page-extra-light-styles' %}
{% asset 'hdx_theme/bem-blocks-styles' %}
{% endblock %}

{% block header_core %}
{% snippet 'header-mobile.html', page_has_desktop_version=False, page_has_mobile_version=False %}
{% endblock %}

0 comments on commit 797b047

Please sign in to comment.