add appropriate top level menu to sidebar
This commit is contained in:
parent
37d67fb1da
commit
28da60c642
5 changed files with 10 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
|||
{% block submenuselection %}EnforcementStrategy{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<h2>What We Do</h2>
|
||||
{% include 'submenus/what_we_do_partial.html' %}
|
||||
|
||||
<h1 id="glossary">Glossary of terms</h1>
|
||||
|
||||
<p>Here are a list of terms you might be unfamiliar with but occur frequently
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% block outercontent %}
|
||||
<div id="container">
|
||||
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
|
||||
<h2>{% block category %}About{% endblock %}</h2>
|
||||
<h2>{% block category %}Who We Are{% endblock %}</h2>
|
||||
{% include 'submenus/who_we_are_partial.html' %}
|
||||
</div>
|
||||
<div id="mainContent">{% block content %}{% endblock %}
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
<div class="content-with-donate-sidebar">
|
||||
<div id="container">
|
||||
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
|
||||
<h2>What We Do</h2>
|
||||
{% include 'submenus/what_we_do_partial.html' %}
|
||||
<h2>Our Copyleft {% block category %}Compliance{% endblock %} Projects</h2>
|
||||
<ul>
|
||||
<li class="AboutCompliance"><a href="/copyleft-compliance/about.html">About</a></li>
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
<div class="content-with-donate-sidebar">
|
||||
<div id="container">
|
||||
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
|
||||
<h2>What We Do</h2>
|
||||
{% include 'submenus/what_we_do_partial.html' %}
|
||||
<h2>Resources for Journalists</h2>
|
||||
<ul>
|
||||
<li class="Vizio"><a href="/vizio">Vizio</a></li>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
{% block outercontent %}
|
||||
<div id="container">
|
||||
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
|
||||
<h2>What We Do</h2>
|
||||
{% include 'submenus/what_we_do_partial.html' %}
|
||||
<h2>{% block category %}Projects{% endblock %} & Services</h2>
|
||||
<ul>
|
||||
<li class="Current"><a href="/projects/current/">Current Member Projects</a></li>
|
||||
|
|
Loading…
Reference in a new issue