From 7bfc005b894b228dde1ec5cad09822893846a31c Mon Sep 17 00:00:00 2001 From: Brook Elgie Date: Tue, 25 Apr 2017 13:20:33 +0100 Subject: [PATCH 1/2] [#1049] No press page --- census/views/base.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/census/views/base.html b/census/views/base.html index 09d5189d..613ca666 100644 --- a/census/views/base.html +++ b/census/views/base.html @@ -80,9 +80,6 @@ {% if 'about' in ancillary_pages %}
  • {{ gettext("About") }}
  • {% endif %} - {% if 'press' in ancillary_pages %} -
  • {{ gettext("Press") }}
  • - {% endif %} {% endif %} {% if not is_index %}
  • {{ gettext("About") }}
  • From be81ca3412512c60477f681d1506606695825bf1 Mon Sep 17 00:00:00 2001 From: Brook Elgie Date: Tue, 25 Apr 2017 13:38:28 +0100 Subject: [PATCH 2/2] [#1049] FAQ and How to read results pages in help nav How to read results page has the slug 'interpretation'. --- census/views/base.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/census/views/base.html b/census/views/base.html index 613ca666..facc23f2 100644 --- a/census/views/base.html +++ b/census/views/base.html @@ -80,6 +80,13 @@ {% if 'about' in ancillary_pages %}
  • {{ gettext("About") }}
  • {% endif %} + {% endif %} {% if not is_index %}
  • {{ gettext("About") }}