summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/help/about.html
blob: fa5094ffb5d110ce47af3f59c38992f60f38fc98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{% extends "base.html" %}

{% block title %}About{% endblock %}
{% block heading %} - About Patchwork{% endblock %}

{% block body %}

<p>Patchwork is free software, and is available from the
<a href="http://ozlabs.org/~jk/projects/patchwork/">patchwork website</a>.</p>

<p>Patchwork is built on the <a href="http://djangoproject.com/">django</a>
web framework.</p>

<p>Patchwork includes the <a
href="http://code.google.com/p/django-registration/">django-registration</a>
application.</a>

{% endblock %}