diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 19:50:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 19:50:36 +0200 |
commit | 5a594504ba57d79c201497d2ada888bfb7e3ac26 (patch) | |
tree | 0e6e878cdee7e7dd2b31bdeeb3a8e2ac949c5a95 /ishtar_common/templates/ishtar/sheet.html | |
parent | 47ccb133a658575a3814d914a1d3be1133aec72d (diff) | |
download | Ishtar-5a594504ba57d79c201497d2ada888bfb7e3ac26.tar.bz2 Ishtar-5a594504ba57d79c201497d2ada888bfb7e3ac26.zip |
Improve window images layout by usinf prettyPhoto (refs #1314)
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet.html')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet.html b/ishtar_common/templates/ishtar/sheet.html index ff21f26e9..9ce038ae9 100644 --- a/ishtar_common/templates/ishtar/sheet.html +++ b/ishtar_common/templates/ishtar/sheet.html @@ -6,7 +6,7 @@ <head> <title>{% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} </title> - {% block css_head %} + {% block header %} <link rel="stylesheet" href="{{STATIC_URL}}/media/style.css" /> {% endblock %} </head> |