Update title and other Django tag fixes.

This commit is contained in:
Bradley M. Kuhn 2015-11-29 12:22:22 -08:00
parent ad758d870d
commit 7a35d48558

View file

@ -1,7 +1,8 @@
{% extends "base_compliance.html" %}
{% block subtitle %}GPL Compliance Project - {% endblock %}
{% block submenuselection %}Principles{% endblock %}
{% block subtitle %}Copyleft Compliance Projects - {% endblock %}
{% block submenuselection %}CopyleftPrinciples{% endblock %}
{% block content %}
<h1>The Principles of Community-Oriented GPL Enforcement</h1>
<p>The GNU General Public License (GPL) is the principal copyleft
@ -191,3 +192,4 @@ communities.
<br/>Licensed under the <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
<br/>The copyright holders ask that per &sect;3(a)(1)(A)(i) and &sect;3(a)(1)(A)(v) of that license, you ensure these two links (<a href="https://sfconservancy.org/linux-compliance/principles.html">[1]</a>,
<a href="https://fsf.org/licensing/enforcement-principles">[2]</a>) are preserved in modified and/or redistributed versions.</p>
{% endblock %}