diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2012-11-29 08:40:19 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2012-11-29 08:40:19 +0800 |
commit | 98435ac3c25410fadfae1a2e6b8a6f4c4b287da6 (patch) | |
tree | 345eeb66b66c5fe4a2ba264e23d6378a36c7644b /templates | |
parent | 699d2dd39f482ef97fb96d79fb3b65e66768368d (diff) | |
download | patchwork-98435ac3c25410fadfae1a2e6b8a6f4c4b287da6.tar patchwork-98435ac3c25410fadfae1a2e6b8a6f4c4b287da6.tar.gz |
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 <jk@ozlabs.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/patchwork/help/about.html | 2 |
2 files changed, 2 insertions, 2 deletions
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 %} </div> <div id="footer"> - <a href="http://jk.ozlabs.org/projects/patchwork">patchwork</a> + <a href="http://jk.ozlabs.org/projects/patchwork/">patchwork</a> patch tracking system </div> </body> 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 %} <p>Patchwork is free software, and is available from the -<a href="http://ozlabs.org/~jk/projects/patchwork/">patchwork website</a>.</p> +<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> |