summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsean finey <seanius@debian.org>2009-02-12 22:44:47 +0100
committersean finey <seanius@debian.org>2009-02-12 22:44:47 +0100
commita6d05c5f6f1de8a9e0e43264624038c0f3f24cfb (patch)
treebb6d7fd9760b66995ac97d00dc70938e6553c38e
parentc32f9fd01791b120722b3da7a8509144efc2faf6 (diff)
downloadpatch-tracker-a6d05c5f6f1de8a9e0e43264624038c0f3f24cfb.tar.gz
add a base href to skeleton template
-rw-r--r--templates/skeleton.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl
index 564a9df..745dbcf 100644
--- a/templates/skeleton.tmpl
+++ b/templates/skeleton.tmpl
@@ -5,6 +5,7 @@
<title>$title</title>
<link rel="stylesheet" type="text/css"
href="$conf.root_url/static/css/patches.css"/>
+ <base href="$conf.root_url/" />
</head>
<body>
<div class="pageheader">