From 98435ac3c25410fadfae1a2e6b8a6f4c4b287da6 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 29 Nov 2012 08:40:19 +0800 Subject: templates: patchwork project URL fixes We need a trailing slash, and to update the URL in the about page too. Signed-off-by: Jeremy Kerr --- templates/base.html | 2 +- templates/patchwork/help/about.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 0bac4f1..6e5b65b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -77,7 +77,7 @@ {% endblock %} diff --git a/templates/patchwork/help/about.html b/templates/patchwork/help/about.html index 0d784d7..7befa6b 100644 --- a/templates/patchwork/help/about.html +++ b/templates/patchwork/help/about.html @@ -6,7 +6,7 @@ {% block body %}

Patchwork is free software, and is available from the -patchwork website.

+patchwork website.

Patchwork is built on the django web framework.

-- cgit v1.2.3