summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/base.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-02-13 14:10:45 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-05-06 15:48:16 +0200
commit24767dff8822ce20d4094a7789ce38e7d71bdcfb (patch)
treefc33fa6077bd260ddf4dad959d86507f196f768d /ishtar_common/templates/base.html
parenta584b08f7c347af2fb85df86ddd89430c14824c0 (diff)
downloadIshtar-24767dff8822ce20d4094a7789ce38e7d71bdcfb.tar.bz2
Ishtar-24767dff8822ce20d4094a7789ce38e7d71bdcfb.zip
Refactoring of templates. Add a new ishtar_pdl with custom templates and CSS
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r--ishtar_common/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html
index 1ebebd815..92e61493b 100644
--- a/ishtar_common/templates/base.html
+++ b/ishtar_common/templates/base.html
@@ -19,6 +19,7 @@
<link type="text/css" href="{{JQUERY_UI_URL}}css/smoothness/jquery-ui.css" rel="stylesheet" />
<link rel="stylesheet" href="{{STATIC_URL}}/js/prettyPhoto/css/prettyPhoto.css" />
<link rel="stylesheet" href="{{STATIC_URL}}/media/style.css" />
+ {% include "blocks/extra_head.html" %}
{% block extra_head %}
{% endblock %}
</head>