Merge branch 'hotfix/0.10-hotfix2' into development
Conflicts: apps/main/__init__.py
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user