Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Merge branch '1049/help-nav'
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Apr 25, 2017
2 parents a4ee337 + be81ca3 commit 4195bf8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions census/views/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,13 @@
{% if 'about' in ancillary_pages %}
<li><a href="/about/">{{ gettext("About") }}</a></li>
{% endif %}
{% if 'press' in ancillary_pages %}
<li><a href="/press/">{{ gettext("Press") }}</a></li>
{% endif %}
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ gettext("Help") }} <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/interpretation/">{{ gettext("How to read results") }}</a></li>
<li><a href="/faq/">{{ gettext("FAQ") }}</a></li>
</ul>
</li>
{% endif %}
{% if not is_index %}
<li><a href="/about/">{{ gettext("About") }}</a></li>
Expand Down

0 comments on commit 4195bf8

Please sign in to comment.