summaryrefslogtreecommitdiffstats
path: root/patchwork/templates/patchwork/help/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/templates/patchwork/help/about.html')
-rw-r--r--patchwork/templates/patchwork/help/about.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/patchwork/templates/patchwork/help/about.html b/patchwork/templates/patchwork/help/about.html
new file mode 100644
index 0000000..7befa6b
--- /dev/null
+++ b/patchwork/templates/patchwork/help/about.html
@@ -0,0 +1,17 @@
+{% 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://jk.ozlabs.org/projects/patchwork/">patchwork website</a>.</p>
+
+<p>Patchwork is built on the <a href="http://djangoproject.com/">django</a>
+web framework.</p>
+
+<p>Icons from the <a href="http://sweetie.sublink.ca/">Sweetie</a> icon set.</a>
+
+{% endblock %}
+