diff options
author | Sean Finney <seanius@debian.org> | 2011-03-29 23:23:38 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2011-03-29 23:23:38 +0200 |
commit | 0dca0a021910998afe3e9caa7fc159698b3eb784 (patch) | |
tree | 2c9b67067ce3e66232c25030373afcba85fa84e1 /static | |
parent | 29fd662321515dc68bda4ec0fd4d52c2b1dbbc4f (diff) | |
parent | 0e6d288bf4c21b043a02c6cc19367bb937397edd (diff) | |
download | patch-tracker-0dca0a021910998afe3e9caa7fc159698b3eb784.tar.gz |
Merge commit '0e6d288bf4c21b043a02c6cc19367bb937397edd' into django-rewrite
Diffstat (limited to 'static')
-rw-r--r-- | static/500.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/500.html b/static/500.html index 2663c7a..84008ae 100644 --- a/static/500.html +++ b/static/500.html @@ -5,20 +5,20 @@ <title>Oh noes! Error! </title> <link rel="stylesheet" type="text/css" - href="./css/patches.css"/> + href="/static/css/patches.css"/> </head> <body> <div class="pageheader"> - <img alt="[patchlogo]" src="./img/swirlpatch.png"/> - <p> <a href="../">Debian patch tracking system </a> </p> + <img alt="[patchlogo]" src="/static/img/swirlpatch.png"/> + <p> <a href="/">Debian patch tracking system </a> </p> <div class="breadcrumb"> </div> <!-- breadcrumb --> </div> <h1>Oh noes! An error!</h1> <div align="center"> - <img alt="[maintenance cat]" src="./img/500-ohnoes.png" width="300" /> + <img alt="[maintenance cat]" src="/static/img/500-ohnoes.png" width="300" /> <p> The system is currently unavailable. Please wait for it to become available again. |