Fix NPE and other small issues with the new image view
This commit is contained in:
parent
3d44416016
commit
0d98776d54
4 changed files with 18 additions and 6 deletions
|
@ -21,7 +21,7 @@ EXTERNAL_CSS = [
|
|||
'netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css',
|
||||
'netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css',
|
||||
'fonts.googleapis.com/css?family=Source+Sans+Pro:400,700',
|
||||
'cdn.core-os.net/icons/core-icons.css'
|
||||
's3.amazonaws.com/cdn.core-os.net/icons/core-icons.css'
|
||||
]
|
||||
|
||||
EXTERNAL_FONTS = [
|
||||
|
|
Reference in a new issue