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:
Bradley M. Kuhn 2021-10-21 12:43:21 -07:00
parent 501b6e091b
commit eb847f9f32

View file

@ -1,7 +1,8 @@
{% extends "base_press.html" %}
{% block subtitle %}Press - {% endblock %}
{% block submenuselection %}VizioPress{% endblock %}
{% 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>