From: Jeremy Kerr Date: Thu, 29 Nov 2012 00:40:19 +0000 (+0800) Subject: templates: patchwork project URL fixes X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=98435ac3c25410fadfae1a2e6b8a6f4c4b287da6;ds=sidebyside 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 --- 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.