Changeset - 123eb7603cee
[Not reviewed]
0 1 0
Bradley M. Kuhn - 2 years ago 2021-10-21 19:43:21
bkuhn@sfconservancy.org
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.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/press/vizio-coverage.html
Show inline comments
 
{% 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>
 

	
0 comments (0 inline, 0 general)