b4f7331e72
Add "Previous Lawsuits" to "What We Do" menu, and comment out "Corresponding Source" for now, as we meant to do at the start of the fundraiser.
10 lines
721 B
HTML
10 lines
721 B
HTML
<ul>
|
|
<!-- <li><a href="{% url 'podjango:cast-home' podcast_slug='the-corresponding-source' %}">The Corresponding Source</a></li> -->
|
|
<li class="CopyleftCompliance"><a href="/copyleft-compliance/">Copyleft Compliance</a></li>
|
|
<li class="VizioTopBar"><a href="/copyleft-compliance/vizio.html">Vizio Lawsuit</a></li>
|
|
<li class="FIXME2"><a href="/copyleft-compliance/past-lawsuits.html">Previous Lawsuits</a></li>
|
|
<li class="FIXME"><a href="/projects/">Member Projects</a></li>
|
|
<li class="Outreachy"><a href="https://outreachy.org">Outreachy</a></li>
|
|
<li class="UseTheSource"><a href="{% url 'usethesource:landing' %}">Use The Source</a></li>
|
|
<li class="FOSSY"><a href="https://fossy.us">FOSSY</a></li>
|
|
</ul>
|