summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-12 13:42:36 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-12 14:59:08 +0300
commit6fae43d91ee418ef1101126c9a28ba98ad48ae28 (patch)
treea93083679f7d588a52889d5fdd662b6799e79ad1
parent86f324c0eac3da083c1a45111c4d55a1d92aafd3 (diff)
base.html: load css fragment from {{ fragment_d_path }}
-rw-r--r--res/domain-fragment.d/default/template.d/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/domain-fragment.d/default/template.d/base.html b/res/domain-fragment.d/default/template.d/base.html
index 8ebc5086..fdd98c80 100644
--- a/res/domain-fragment.d/default/template.d/base.html
+++ b/res/domain-fragment.d/default/template.d/base.html
@@ -8,7 +8,7 @@
<link rel="shortcut icon" href="/static/img/favicon2.ico" />
<link href="/static/css/style.css" rel="stylesheet" type="text/css">
- <link href="/fragment.d/css/style.css" rel="stylesheet" type="text/css">
+ <link href="{{ fragment_d_path }}/css/style.css" rel="stylesheet" type="text/css">
{% endblock %}
</head>