Use typical way of putting the category in a block.
Django is so frustrating as it's never clear about how things trickle up and down through templates, so move the category to the top like the others.
This commit is contained in:
parent
501b6e091b
commit
eb847f9f32
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
{% extends "base_press.html" %}
|
{% extends "base_press.html" %}
|
||||||
{% block subtitle %}Press - {% endblock %}
|
{% block subtitle %}Press - {% endblock %}
|
||||||
|
{% block submenuselection %}VizioPress{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 id="{% block submenuselection %}VizioPress{% endblock %}">Vizio Lawsuit Press Coverage</h1>
|
<h1 id="VizioPress">Vizio Lawsuit Press Coverage</h1>
|
||||||
|
|
||||||
<p>Here are articles in the press that covered <a href="/copyleft-compliance/vizio.html">our Vizio lawsuit</a>.</p>
|
<p>Here are articles in the press that covered <a href="/copyleft-compliance/vizio.html">our Vizio lawsuit</a>.</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue