Changeset - 2649c8462556
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 10 years ago 2013-12-17 14:07:33
bkuhn@ebb.org
Fix classifications for Django.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/linux-compliance/index.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block subtitle %}Donations - {% endblock %}
 
{% block category %}donate{% endblock %}
 
{% block subtitle %}GPL Compliance Project For Linux Developers - {% endblock %}
 
{% block category %}Current{% endblock %}
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<script src="/jquery.min.js"></script>
0 comments (0 inline, 0 general)