diff options
Diffstat (limited to 'sublab_project/templates/500.html')
-rw-r--r-- | sublab_project/templates/500.html | 10 |
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> |