Merge branch 'hotfix/0.10-hotfix2' into development

Conflicts:
	apps/main/__init__.py
This commit is contained in:
Roberto Rosario
2011-12-05 15:17:56 -04:00
2 changed files with 4 additions and 4 deletions

View File

@@ -19,9 +19,9 @@ __status__ = 'Production'
__version_info__ = {
'major': 0,
'minor': 10,
'micro': 1,
'releaselevel': 'final',
'serial': 0
'micro': 0,
'releaselevel': 'hotfix',
'serial': 2
}
def is_superuser(context):

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;