summaryrefslogtreecommitdiff
path: root/sublab_project/templates/500.html
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-12-30 00:50:24 +0100
committerChristian Franke <nobody@nowhere.ws>2011-12-30 00:50:40 +0100
commitef4cd0cd704e186dafafcc44c263e3bb0a647adb (patch)
tree0a2113a9870573082891ad389e1516cab5fb603d /sublab_project/templates/500.html
parentf74e27519337446b928431f28aaa677454861a08 (diff)
add static files
Diffstat (limited to 'sublab_project/templates/500.html')
-rw-r--r--sublab_project/templates/500.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/sublab_project/templates/500.html b/sublab_project/templates/500.html
index dd87d27..76ab090 100644
--- a/sublab_project/templates/500.html
+++ b/sublab_project/templates/500.html
@@ -11,11 +11,11 @@
{# <meta name="description" lang="de" content="$template_desc_de"> #}
{# <meta name="description" lang="en" content="$template_desc_en"> #}
- <link rel="stylesheet" href="css/sublab-2011-11-02.css" type="text/css">
- <link rel="stylesheet" href="css/taifun.status.css" type="text/css">
- <link rel="stylesheet" href="css/trieste.status.css" type="text/css">
- <link rel="stylesheet" href="css/nautilus.status.css" type="text/css">
- <link rel="shortcut icon" href="img/favicon.png">
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/sublab-2011-11-02.css" type="text/css">
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/taifun.status.css" type="text/css">
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/trieste.status.css" type="text/css">
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/nautilus.status.css" type="text/css">
+ <link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.png">
</head>
<body>