Fallback to the 'activo' theme during offline compression

This commit is contained in:
Roberto Rosario
2011-12-05 14:59:38 -04:00
parent 0d3d6f75b1
commit d299ec86e3

View File

@@ -15,7 +15,7 @@
{% compress css %}
<link rel="stylesheet" href="{{ STATIC_URL }}web_theme_media/stylesheets/base.css" type="text/css" media="screen" />
<link rel="stylesheet" id="current-theme" href="{{ STATIC_URL }}web_theme_media/stylesheets/themes/{{ web_theme }}/style.css" type="text/css" media="screen" />
<link rel="stylesheet" id="current-theme" href="{{ STATIC_URL }}web_theme_media/stylesheets/themes/{{ web_theme|default:'activo' }}/style.css" type="text/css" media="screen" />
<style type="text/css">
.message span.dismiss {
padding:0 5px;