Fix classifications for Django.

This commit is contained in:
Bradley M. Kuhn 2013-12-17 09:07:33 -05:00
parent 79d48bd96a
commit 2649c84625

View file

@ -1,6 +1,6 @@
{% 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>