Change absolute paths to relative in scss
* makes collectstatic happy
This commit is contained in:
@@ -56,10 +56,10 @@
|
||||
|
||||
.module a:first-child {
|
||||
@extend .content-type;
|
||||
background-image: url('/static/img/content-types/module.png');
|
||||
background-image: url('../img/content-types/module.png');
|
||||
}
|
||||
|
||||
.module a:first-child {
|
||||
@extend .content-type;
|
||||
background-image: url('/static/img/content-types/module.png');
|
||||
background-image: url('../img/content-types/module.png');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user