summaryrefslogtreecommitdiff
path: root/dedup
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-09-04 10:15:59 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-09-04 10:15:59 +0200
commit49cac8bdae0ec787372d227545411ef14905d6a8 (patch)
treeb685b09f13e27e939068c846a657e9d18e28f9b4 /dedup
parent022985f098a206c3b7852fe08a798cd31623f10d (diff)
downloaddebian-dedup-49cac8bdae0ec787372d227545411ef14905d6a8.tar.gz
webapp: serve static files from /static
Diffstat (limited to 'dedup')
-rw-r--r--dedup/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dedup/templates/base.html b/dedup/templates/base.html
index 62f4087..9dfb788 100644
--- a/dedup/templates/base.html
+++ b/dedup/templates/base.html
@@ -3,8 +3,8 @@
<head>
<title>{% block title %}{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link rel="stylesheet" type="text/css" href="{{ urlroot|e }}/style.css">
- <link rel="icon" type="image/vnd.microsoft.icon" href="{{ urlroot|e }}/favicon.ico">
+ <link rel="stylesheet" type="text/css" href="{{ urlroot|e }}/static/style.css">
+ <link rel="icon" type="image/vnd.microsoft.icon" href="{{ urlroot|e }}/static/favicon.ico">
{% block header %}{% endblock %}
</head>
<body>