Removing blanket commented-out code and moving to the navigation conditional

This commit is contained in:
Jonathan Bobel
2023-07-07 11:01:19 -04:00
parent f570bb5015
commit 07946c4e31
3 changed files with 6 additions and 5 deletions

View File

@@ -110,7 +110,8 @@
] %}
{% endif %}
{% else %}
{% set navigation = [
<!-- Add navigation back after pilot -->
{# {% set navigation = [
{
"href": url_for('main.get_started'),
"text": "Using notify",
@@ -131,7 +132,7 @@
"text": "Sign in",
"active": header_navigation.is_selected('sign-in')
}
] %}
] %} #}
{% endif %}
{{ govukHeader({