diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-12 13:42:36 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:08 +0300 |
| commit | 6fae43d91ee418ef1101126c9a28ba98ad48ae28 (patch) | |
| tree | a93083679f7d588a52889d5fdd662b6799e79ad1 | |
| parent | 86f324c0eac3da083c1a45111c4d55a1d92aafd3 (diff) | |
base.html: load css fragment from {{ fragment_d_path }}
| -rw-r--r-- | res/domain-fragment.d/default/template.d/base.html | 2 |
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> |
