]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/help/about.html
Add simple help infrastructure, with an 'about' page.
[patchwork] / templates / patchwork / help / about.html
diff --git a/templates/patchwork/help/about.html b/templates/patchwork/help/about.html
new file mode 100644 (file)
index 0000000..fa5094f
--- /dev/null
@@ -0,0 +1,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 %}
+