mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-03 15:41:06 -04:00
Removing blanket commented-out code and moving to the navigation conditional
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user