diff options
-rw-r--r-- | ishtar_common/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index f2ed41243..b6d67ac59 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -46,10 +46,10 @@ var autorefresh_message_end = "{% trans 'Autorefresh end. The form is re-enabled.' %}"; </script> {% endcompress %} - {% compress css %} <link rel="stylesheet" href="{{STATIC_URL}}bootstrap/bootstrap.css?ver={{VERSION}}"> - <link rel="stylesheet" href="{{STATIC_URL}}js/chosen/chosen.min.css?ver={{VERSION}}"> <link rel="stylesheet" href="{{STATIC_URL}}font-awesome/css/font-awesome.min.css?ver={{VERSION}}"> + {% compress css %} + <link rel="stylesheet" href="{{STATIC_URL}}js/chosen/chosen.min.css?ver={{VERSION}}"> <link rel="stylesheet" href="{{STATIC_URL}}js/prettyPhoto/css/prettyPhoto.css?ver={{VERSION}}"> <link rel="stylesheet" href="{{STATIC_URL}}datatables/datatables.min.css?ver={{VERSION}}"> |