diff options
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/base.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 783b1c599..5171af374 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -45,6 +45,7 @@      <link rel="stylesheet" href="{{STATIC_URL}}media/styles.css?ver={{VERSION}}">      {% for url_css in JQGRID_CSS %}<link rel="stylesheet" href="{{url_css}}?ver={{VERSION}}">{% endfor %}      {% endcompress %} +    {{EXTRA_MEDIA}}      {% block extra_head %}      {% endblock %}      {% comment %}{% if raw_css %}<style media="screen" type="text/css">  | 
