diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-11 10:40:29 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-11 10:40:29 +0100 |
commit | 72b51a6558b78717c2fb55aba03abe2c8bbd9f72 (patch) | |
tree | 37b3e24a5a6580fd08d6790aea2ada3ebe5bca20 /ishtar_common/templates/base.html | |
parent | 1d7e5abe6539852074387c771027fbf452c05d55 (diff) | |
download | Ishtar-72b51a6558b78717c2fb55aba03abe2c8bbd9f72.tar.bz2 Ishtar-72b51a6558b78717c2fb55aba03abe2c8bbd9f72.zip |
UI: Workon on a new date picker
Diffstat (limited to 'ishtar_common/templates/base.html')
-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"> |