Opened 9 years ago
Closed 9 years ago
#26532 closed Uncategorized (duplicate)
static not working in css files
Description ¶
I want to use image using backgroud CSS property
background:url('images/avatar.jpg')
but I want to use below type syntax in CSS
background:url({% static 'images/avatar.jpg%}' )
but this is not working.
Note:
See TracTickets
for help on using tickets.
Duplicate of #26531