Files @ 226a8b8e5f9b
Branch filter:

Location: website/www/conservancy/templates/base_standard.html

Bradley M. Kuhn
Copyleft Compliance: Strategic GPL Enforcement Initiative menu fix

Put the “Strategic GPL Enforcement Initiative” menu item higher up in
the menu, and name it to match the title now on that page.
1
2
3
4
5
6
7
8
9
{% extends "base_conservancy.html" %}

{% block outercontent %}
<div class="internalNavigate">
{% block internal_navigate %}{% endblock %}
</div>

<div class="singleColumn">{% block content %}{% endblock %}</div>
{% endblock %}