summaryrefslogtreecommitdiff
path: root/sublab_project/templates
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
parentf74e27519337446b928431f28aaa677454861a08 (diff)
add static files
Diffstat (limited to 'sublab_project/templates')
-rw-r--r--sublab_project/templates/500.html10
-rw-r--r--sublab_project/templates/base.html14
2 files changed, 12 insertions, 12 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>
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html
index 2c71ff7..63b0f72 100644
--- a/sublab_project/templates/base.html
+++ b/sublab_project/templates/base.html
@@ -12,11 +12,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.css" type="text/css">
+ <link rel="stylesheet" href="{{ STATIC_URL }}autogen/taifun.status.css" type="text/css">
+ <link rel="stylesheet" href="{{ STATIC_URL }}autogen/trieste.status.css" type="text/css">
+ <link rel="stylesheet" href="{{ STATIC_URL }}autogen/nautilus.status.css" type="text/css">
+ <link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.png">
</head>
<body>
@@ -116,9 +116,9 @@
{% endblock %}
</p>
<hr>
- <a href="/webcam" class="img"><img src="img/thumb.rack.webcam.jpg" alt="Webcam im Fenster" class="webcamthumb"></a>
+ <a href="/webcam" class="img"><img src="{{ STATIC_URL }}img/thumb.rack.webcam.jpg" alt="Webcam im Fenster" class="webcamthumb"></a>
<hr>
- <a href="/img/tempgraph.png" class="img"><img src="img/thumb.tempgraph.png" alt="Temperaturen im sublab" class="webcamthumb"></a>
+ <a href="{{ STATIC_URL }}img/tempgraph.png" class="img"><img src="img/thumb.tempgraph.png" alt="Temperaturen im sublab" class="webcamthumb"></a>
<hr>
<p class="member">
<a href="inc/sublab_ev_mitgliedsantrag.pdf">Mitglied werden</a>