website/conservancy/templates/submenus/what_we_do_partial.html
Bradley M. Kuhn 9dfbf287c8 Correct FIXME for highlighting past litigation while fixing term
I stumbled upon this FIXME while testing my changes prior to this and
realized that can't possibly be right.

So, I corrected it and also changed the text while at it.
2025-08-15 14:21:44 -07:00

12 lines
871 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="ImpactLitigationCopyleft"><a href="/copyleft-compliance/past-lawsuits.html#past">Past Impact Litigation</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>
<li><a href="/activities/openwrt-one.html">OpenWrt One</a></li>
<li><a href="/activities/awards.html">Awards</a></li>
</ul>