summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-05-27 17:01:08 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-05-27 17:07:32 +0200
commit9a0c3e7c7cc723c2a3e2e80dbfa06cb8ac9c7a2c (patch)
tree5a56b7b947cee3e591fbec1abe5ebfb038e126d4
parent2ae658cae482f508c8eddc2250ee5eb40e560c6a (diff)
downloadhyperkitty-9a0c3e7c7cc723c2a3e2e80dbfa06cb8ac9c7a2c.tar.gz
hyperkitty-9a0c3e7c7cc723c2a3e2e80dbfa06cb8ac9c7a2c.tar.xz
hyperkitty-9a0c3e7c7cc723c2a3e2e80dbfa06cb8ac9c7a2c.zip
Fix URLs in merged CSS files
-rw-r--r--hyperkitty/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html
index 05fe631..611909a 100644
--- a/hyperkitty/templates/base.html
+++ b/hyperkitty/templates/base.html
@@ -10,7 +10,7 @@
<meta name="dc.language" content="en" />
<link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />
<link rel="stylesheet" media="all" href="{{ STATIC_URL }}libs/jquery/ui-lightness/jquery-ui-1.10.0.custom.min.css" />
- {% assets filters="cssmin", output="gen/hyperkitty.css", "libs/bootstrap/css/bootstrap.min.css", "css/hyperkitty-base.css", "css/hyperkitty-common.css", "css/hyperkitty-index.css", "css/hyperkitty-user.css", "css/hyperkitty-overview.css", "css/hyperkitty-threadslist.css", "css/hyperkitty-message.css" %}
+ {% assets filters="cssrewrite,cssmin", output="gen/hyperkitty.css", "libs/bootstrap/css/bootstrap.min.css", "css/hyperkitty-base.css", "css/hyperkitty-common.css", "css/hyperkitty-index.css", "css/hyperkitty-user.css", "css/hyperkitty-overview.css", "css/hyperkitty-threadslist.css", "css/hyperkitty-message.css" %}
<link rel="stylesheet" media="all" href="{{ ASSET_URL }}" />
{% endassets %}
{% block additional_stylesheets %} {% endblock %}