diff options
| -rw-r--r-- | ishtar_common/templates/base.html | 2 | ||||
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/search.html | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 60821dee6..e7fdf3e6f 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -13,8 +13,10 @@      <script language="javascript" type="text/javascript" src="{{JQUERY_URL}}"></script>      <script language="javascript" type="text/javascript" src="{{JQUERY_UI_URL}}jquery-ui.js"></script>      <script language="javascript" type="text/javascript" src="{{JQUERY_UI_URL}}ui/i18n/jquery.ui.datepicker-{{COUNTRY}}.js"></script> +    <script language="javascript" type="text/javascript" src="{{STATIC_URL}}/js/prettyPhoto/js/jquery.prettyPhoto.js"></script>      <script language="javascript" type="text/javascript" src="{{STATIC_URL}}/js/ishtar.js"></script>      <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" />      {% block extra_head %}      {% endblock %} diff --git a/ishtar_common/templates/ishtar/wizard/search.html b/ishtar_common/templates/ishtar/wizard/search.html index 1d43a80c1..53455a7b4 100644 --- a/ishtar_common/templates/ishtar/wizard/search.html +++ b/ishtar_common/templates/ishtar/wizard/search.html @@ -2,8 +2,6 @@  {% load i18n range %}  {% block extra_head %}  {{wizard.form.media}} -<link rel="stylesheet" href="{{STATIC_URL}}/js/prettyPhoto/css/prettyPhoto.css" /> -<script language="javascript" type="text/javascript" src="{{STATIC_URL}}/js/prettyPhoto/js/jquery.prettyPhoto.js"></script>  {% endblock %}  {% block content %}  <h2>{{wizard_label}}</h2> | 
